shithub: puzzles

ref: 96dbb537ee14f992459a8359a113a78414addf9d
dir: /midend.c/

View raw version
/*
 * midend.c: general middle fragment sitting between the
 * platform-specific front end and game-specific back end.
 * Maintains a move list, takes care of Undo and Redo commands, and
 * processes standard keystrokes for undo/redo/new/restart/quit.
 */