HTML table based clone of Sokoban.
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.
Use the arrows, duh.
Via get parameters you can specify:
level
: (int) level to play (min: 1; max: 85).
Used assets by Kenney.nl. I stoled the levels from this open source implementation of Sokoban by Github user Leo Liu.