https://github.com/hauntedhost/snake.js
JavaScript clone of Snake video game
https://github.com/hauntedhost/snake.js
Last synced: 11 months ago
JSON representation
JavaScript clone of Snake video game
- Host: GitHub
- URL: https://github.com/hauntedhost/snake.js
- Owner: hauntedhost
- Created: 2013-08-12T19:48:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T17:32:24.000Z (almost 12 years ago)
- Last Synced: 2023-05-15T04:04:26.035Z (about 3 years ago)
- Language: JavaScript
- Homepage: http://seanomlor.com/demo/snake
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snake
=========
Demo
----
Live demo hosted here:
[**LIVE DEMO**](http://seanomlor.com/demo/snake)
[](http://seanomlor.com/demo/snake)
Summary
-------
Snake is a work-in-progress JavaScript clone of the famous [Snake](http://en.wikipedia.org/wiki/Snake_(video_game)) video game.
Usage
-----
```
open demo.html
```
---
Developed by [Sean Omlor](http://seanomlor.com)