An open API service indexing awesome lists of open source software.

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

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!