A sokoban game in BQN
Go to file
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.
2023-04-03 21:40:48 +02:00
CBQN@a9e0386dac First commit 2022-04-14 16:41:12 +02:00
.gitmodules First commit 2022-04-14 16:41:12 +02:00
LICENSE First commit 2022-04-14 16:41:12 +02:00
Makefile Pass flags to the called make 2022-04-14 17:25:07 +02:00
README.md Add restart key and improve comments 2022-04-18 01:57:07 +02:00
levels Added a level 2023-04-03 21:40:48 +02:00
soko.bqn Add restart key and improve comments 2022-04-18 01:57:07 +02:00

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