A sokoban game in BQN
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
BrianE 6b6cae38e1 Added a level
My level has been tested. The level is a bit big though, and does break some formatting after finishing. I'll still add it though.
2 months ago
CBQN@a9e0386dac First commit 1 year ago
.gitmodules First commit 1 year ago
LICENSE First commit 1 year ago
Makefile Pass flags to the called make 1 year ago
README.md Add restart key and improve comments 1 year ago
levels Added a level 2 months ago
soko.bqn Add restart key and improve comments 1 year ago

README.md

Sokobqn, a sokoban game made in BQN

Controls

Vim style movement keys

  • h: left
  • j: down
  • k: up
  • l: right
  • u: undo
  • r: restart

Running

If you already have BQN and you have it on your path just run ./soko.bqn

Otherwise:

  1. make to compile CBQN
  2. make run to run the game

License

Sokobqn is licensed as AGPLv3