It's a kind of Snake Game with a more interactive design where
- Snake can move in a given direction and when it eats the food, the length of the snake increases.
- When the snake crosses itself, the game will be over.
- Food will be generated at a given interval.
You can see this project live at here or https://snake-mania-by-sonu-sharma.netlify.app
You have to install VSCode for running this project any other editor is also fine.
if you don't have VS Code then you can download it from here:-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.