https://github.com/artskydj/web-snake
A snake clone for the web
https://github.com/artskydj/web-snake
Last synced: 3 months ago
JSON representation
A snake clone for the web
- Host: GitHub
- URL: https://github.com/artskydj/web-snake
- Owner: ArtskydJ
- Created: 2016-12-01T03:14:35.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-08-27T15:02:34.000Z (over 4 years ago)
- Last Synced: 2025-01-18T15:53:28.831Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://artskydj.github.io/web-snake/
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-snake
> A snake clone for the web
### [Try it out](https://artskydj.github.io/web-snake/)
### To Do
Here are some improvements that the game needs. They used to be GitHub issues, but they clogged up my [issues list](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3AArtskydJ).
- [ ] Show score during or after the game, and save local high scores.
- [ ] Make the canvas cover the entire body, for a better mobile experience. The initial game launch buttons will have to be hidden during the game.
- [ ] Show instructions on how to play the game. (This item and the one above might be merged into a launch screen.)
- [ ] Make it more obvious when you die.
- [ ] Don't start moving the snake until the user presses a button.
- [ ] Add pause functionality.
### License
[MIT](https://choosealicense.com/licenses/mit/)