jlkravitz / snake-js

Play snake on top of any webpage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake-js

Play snake on top of any webpage with HTML5 canvas.

The only dependency is jQuery.

To enable in a webpage, copy and paste the following:

<script src="path/to/snake.js"></script>
<script>Snake.run();</script>

To install as a bookmarklet, copy and paste bookmarklet.min.js into a bookmark URL, prefixed with javascript:.

About

Play snake on top of any webpage.


Languages

Language:JavaScript 100.0%