https://github.com/codebydusk/snake
Another SNAKE game? 😜 At some point, every engineer has build a snake game in their career! Thanks to Nokia, no other games has hit this much craze in us than the good old hungry snake!
https://github.com/codebydusk/snake
Last synced: about 1 month ago
JSON representation
Another SNAKE game? 😜 At some point, every engineer has build a snake game in their career! Thanks to Nokia, no other games has hit this much craze in us than the good old hungry snake!
- Host: GitHub
- URL: https://github.com/codebydusk/snake
- Owner: codebydusk
- License: gpl-3.0
- Created: 2021-06-22T15:11:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T09:08:01.000Z (almost 5 years ago)
- Last Synced: 2026-05-24T10:32:19.306Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another SNAKE game? 😜
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript/)
[](https://www.w3.org/html/)
[](https://www.w3schools.com/css/)
[](http://perso.crans.org/besson/LICENSE.html)
[](https://opensource.com/resources/what-open-source/)


[**DEMO**: https://dusk196.github.io/snake/](https://dusk196.github.io/snake/)
At some point, every engineer has build a snake game in their career! Thanks to Nokia, no other games has hit this much craze in us than the good old hungry snake!
I build this one in my college days. Now looking back at this, I was feeling kind of nostalgic!
I did update some portaions of logics & UI over the old one & will continue to update more in my free time. Huge shoutout to [**CodeWithHarry**](https://www.youtube.com/watch?v=2ZDnw6ifdSI) for some suggestions & logics like audio & requestAnimationFrame. Reviews & suggestions are highly appreciated.