A sokoban game in BQN
Go to file
Rampoina 7b1f2d798f First commit 2022-04-14 16:41:12 +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
README.md First commit 2022-04-14 16:41:12 +02:00
soko.bqn First commit 2022-04-14 16:41:12 +02:00

README.md

Sokobqn, a sokoban game made in BQN

Running

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

Otherwise:

  1. clone this repo recursively git clone git.libregaming.org/Rampoina/sokobqn
  2. make to compile CBQN
  3. make run to run the game

License

sokobqn is licensed as AGPLv3