Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 601 Bytes

SokobanTable

HTML table based clone of Sokoban.

How to run

Simply run a server like this:

php -S localhost

and go to localhost on the browser.

Refresh when you're stuck or want to manually change the level.

How to play

Use the arrows, duh.

Accepted options

Via get parameters you can specify:

  • level: (int) level to play (min: 1; max: 85).

Credits

Used assets by Kenney.nl. I stoled the levels from this open source implementation of Sokoban by Github user Leo Liu.