The Snake Game
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A fun to play Snake Game! At some point I wanted to play a snake game and decided to create one instead. The speed of a snake is 1 cell per 100 ms, which to me seems like a perfect speed. The size of the board is 625 cells.
I also integrated a leaderboard feature to record all my best scores: this feature uses local storage, saving score and sub index of a score as a key and input value as a value.
It's pretty simple project but I had so much fun doing it.
- Clone the repo
git clone https://github.com/Raskolnikoff-D-503/snake-game.git
- Install NPM packages
npm install
- Run Webpack build to enable fonts
npm run build
- Run Webpack serve
npm run dev
- Add documentation
- Refactor Controller component (using custom hooks, for example)
Distributed under the MIT License. See LICENSE
for more information.
Evgeny Gaag - [email protected]