Skip to content

Polmonite/SnakeTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SnakeTable

HTML table based clone of the original snake.

How to run

Simply run a server like this:

php -S localhost

and go to localhost on the browser.

Refresh when you want.

How to play

Use the arrows, duh.

Accepted options

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

About

HTML table based clone of the original snake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages