/PhpOkoban

A Sokoban-like game written in Php/SDL.

Primary LanguagePHP

PhpOkoban

PhpOkoban screenshot

A Sokoban-like game written in Php/SDL.

Requirements

Install

git clone git@github.com:b-viguier/PhpOkoban.git
cd PhpOkoban
composer install

Playing

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