HTML table based clone of the original snake.
Simply run a server like this:
php -S localhost
and go to localhost on the browser.
Refresh when you want.
Use the arrows, duh.
Via get parameters you can specify:
w
: (int) the board width;h
: (int) the board height;speed
: (int) the snake's speed;threedimode
: (bool: 1,0) enable "3D" mode (which is not 3D).