Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 301 Bytes

Snake Game

The classic Snake Game, made in Vanilla JS, Demo

Run the project

git clone https://github.com/avirati/snake-game
cd snake-game
python -m SimpleHTTPServer <PORT>   //Or any web server
open http://localhost:<PORT>

License

MIT