An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Snake
=========

Demo
----
Live demo hosted here:
[**LIVE DEMO**](http://seanomlor.com/demo/snake)

[![Screenshot](https://raw.githubusercontent.com/somlor/snake.js/master/images/screenshot.png)](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)