Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xurxodiz/snake
A simple clone of the snake game.
https://github.com/xurxodiz/snake
Last synced: 6 days ago
JSON representation
A simple clone of the snake game.
- Host: GitHub
- URL: https://github.com/xurxodiz/snake
- Owner: xurxodiz
- License: mit
- Created: 2012-10-28T02:42:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T15:46:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T09:45:45.915Z (7 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 27
- Watchers: 5
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Snake - Simple clone of the snake game, using canvas and JavaScript. (Browser-Based / Arcade)
README
A simple clone of the snake game, developed as my first attempt at using `canvas` and Javascript.
It was originally intended for the [0hgame jam](http://0hgame.eu), but couldn't make it on time.
You could try it live before, but it doesn't work in modern browsers anymore.
Thankful mention to [Bill Mill's tutorial](http://billmill.org/static/canvastutorial/), my starting point.