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

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!

Awesome Lists containing this project

README

          

# Another SNAKE game? 😜

[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/)
[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](https://www.w3.org/html/)
[![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://www.w3schools.com/css/)

[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](http://perso.crans.org/besson/LICENSE.html)
[![Open Source? Yes!](https://img.shields.io/badge/Open_Source%3F-Yes!-blue?style=for-the-badge&logo=gitHub&logoColor=white)](https://opensource.com/resources/what-open-source/)
![Language](https://img.shields.io/github/languages/top/dusk196/snake?style=for-the-badge)
![Size](https://img.shields.io/github/languages/code-size/dusk196/snake?style=for-the-badge)

[**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.