pdelong42 / canvas-snake

Simple snake game in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas Snake

An implementation of the Snake arcade game in pure Javascript (using canvas for rendering).

Notes

Lacking formal rules or a standard game to directly clone I've largely just made things up.

Will eventually have things like walls, bad blocks, scores.

There is a working copy up at http://splat.or.at.

Copyright

Copyright (c) 2013 Zachary Elliott. See LICENSE for further details.

About

Simple snake game in javascript

License:MIT License


Languages

Language:JavaScript 92.4%Language:HTML 7.6%