A classic Snake Game implemented in HTML, CSS, and JavaScript. Play the game and enjoy the nostalgia of the iconic Snake game!
The snake game demo is here link.
- Snake movement controlled by arrow keys.
- Eat the red circles to grow the snake and increase your score.
- Game over when the snake collides with the walls or itself.
- Press "Enter" to restart the game after a game over.
-
Clone the repository:
git clone https://github.com/sanmuga/Snake-game.git
-
Open
index.html
in your web browser. -
Play the Snake Game!
Feel free to customize the game further based on your preferences. You can modify the snake's appearance, adjust grid size, or even add additional features.
This game is built using HTML5 features and should work in modern web browsers.
Contributions are welcome! If you have improvements or new features to suggest, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.