Author Topic: 8th: Sokoban game  (Read 2731 times)

Offline jalih

  • Advocate
  • Posts: 111
8th: Sokoban game
« on: March 09, 2019, 12:34:53 AM »
Here is my first game written in 8th programming language. It's my 8th version from the Sokoban game by Andrey Mirtchovski for the Plan 9 and Inferno operating systems. It's currently included with the 8th distribution game samples.

Source and binaries for most operating systems available here.

- Use cursor keys or mouse to move Glenda the bunny.
- Includes simple level parser.
- Two level sets included (that is over 200 levels). Pass levels text file as command line parameter to override the default level set.
- Undo stack for moves implemented.