A Sokoban-like game written in Php/SDL.
- Php 8.1
- phpsdl extension
git clone [email protected]:b-viguier/PhpOkoban.git
cd PhpOkoban
composer install
./bin/phpokoban
Or write your own level as a text file, using XSB file format.
./bin/phpokoban <file-name>
You can win or lose, the game will never finish. You will have to restart the executable for a new game.