This is a simple Snake game created with Javascript. The game is inspired by a YouTube tutorial - TUTORIAL
The objective of the game is to eat as much food as possible without running into the walls or the Snake's own body. The game ends when the Snake hits the wall or itself. The Snake can move in four directions: up, down, left, and right.
Up arrow key: Move Snake up
Down arrow key: Move Snake down
Left arrow key: Move Snake left
Right arrow key: Move Snake right
Contributions are welcome! If you find a bug or have a feature request, please create an issue in the repository. If you would like to contribute code, please fork the repository and create a pull request with your changes.
This game was created by @Pyth0nHere based on a tutorial by @CodeWithHarry.