Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/js13kgames/snake
- Owner: js13kGames
- Fork: true (ralt/Snake)
- Created: 2022-10-01T05:15:49.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-08-23T13:20:03.000Z (over 12 years ago)
- Last Synced: 2024-09-25T17:48:51.293Z (4 months ago)
- Topics: 13, 2012, competition, game, html5, javascript, js13k, js13kgames, js13kgames2012, optimization
- Homepage: https://js13kgames.com/entries/snake
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.