AllBASIC Forum

BASIC User Group => NOT BASIC => Topic started by: jalih on March 09, 2019, 12:34:53 AM

Title: 8th: Sokoban game
Post by: jalih 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 (https://www.dropbox.com/s/gqlxzzne6tj1j6q/sokoban.zip?dl=0).

- 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.