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

https://github.com/captbaritone/snake.js

A minimal JavaScript implementation of the game Snake
https://github.com/captbaritone/snake.js

Last synced: 10 months ago
JSON representation

A minimal JavaScript implementation of the game Snake

Awesome Lists containing this project

README

          

# Snake

A minimal (< 90 lines of code) game of Snake written in JavaScript using Canvas.

Aiming to be very concise, but also highly readable.

Inspired by [Coding an HTML5 Game in 5 min 30 sec](https://www.youtube.com/watch?v=KoWqdEACyLI)

Colors stolen from Ethank Schoonover's [Solarized](http://ethanschoonover.com/solarized)