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
- Host: GitHub
- URL: https://github.com/captbaritone/snake.js
- Owner: captbaritone
- Created: 2016-04-16T01:58:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T02:52:21.000Z (over 9 years ago)
- Last Synced: 2025-03-17T14:49:30.020Z (10 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)