sok: A sokoban clone for Fuzix in under 16K of memory
authorAlan Cox <alan@linux.intel.com>
Thu, 25 Oct 2018 23:49:58 +0000 (00:49 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 25 Oct 2018 23:49:58 +0000 (00:49 +0100)
commitddc082d6709472e1b2d4d0753ba16d42fc4e30cf
tree3f1921da7ee14c5ea68eb3f7d09cccc9f3754e9d
parentb1f2a92295adab48d2177a3402616d30ed644c08
sok: A sokoban clone for Fuzix in under 16K of memory

Basically works - take care your terminal width is set sensibly.

Currently the undo command is broken but restart does work
Applications/games/sok.c [new file with mode: 0644]
Applications/games/sok.h [new file with mode: 0644]
Applications/games/sokmap.c [new file with mode: 0644]