Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/js13kgames/snake

Snake - a js13kGames 2012 competition entry by @Ralt.
https://github.com/js13kgames/snake

13 2012 competition game html5 javascript js13k js13kgames js13kgames2012 optimization

Last synced: 4 months ago
JSON representation

Snake - a js13kGames 2012 competition entry by @Ralt.

Awesome Lists containing this project

README

        

Snake
===

I've wanted to play around with canvas for a while, and finally I've started!

For a beginning, I've decided to create a Snake game.

I'm using browserify to organize my files and will try my best.

To develop using it, run server.js to have a local static web server,
and `node build.js`. This build file will watch for changes and automatically
rebuild the bundle.js file.

The game is finished and has some little graphical bugs, but it's good enough
as it is! It's even fun to play with :-)

License: MIT.