https://github.com/bogdaaamn/js-snake
p5.js snake
https://github.com/bogdaaamn/js-snake
Last synced: 17 days ago
JSON representation
p5.js snake
- Host: GitHub
- URL: https://github.com/bogdaaamn/js-snake
- Owner: bogdaaamn
- Created: 2017-01-01T21:01:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T14:03:36.000Z (over 9 years ago)
- Last Synced: 2025-02-25T22:15:10.456Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://bogdancovrig.com/test/snake
- Size: 634 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-snake
Snake game developed with p5.js, started from [Daniel's](https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw) idea from [Code Challenge](https://www.youtube.com/watch?v=AaGK-fj-BAM&t=19s). (thanks a lot, btw)
Play it here: http://bogdancovrig.com/test/snake (live updated)
# TO-DOs
#### Bugs
- [x] resizing window glitch
- [ ] invicible at 0 points
- [ ] death caused by pressing two keys once
#### Features
- [x] add rage mode
- [ ] create a real db (not a text file, for god's sake)
- [ ] add music
# Contributing
Just fork and send pull requests or post issues, I'm going to review them as quickly as possible!