From 931998fb498ccf4e32bed88d572e300f5f0aa7b0 Mon Sep 17 00:00:00 2001 From: SANMUGAVADIVEL K <93981311+Sanmuga@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:41:49 +0530 Subject: [PATCH] Create README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..09b0c6a --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Snake Game + +A classic Snake Game implemented in HTML, CSS, and JavaScript. Play the game and enjoy the nostalgia of the iconic Snake game! + +## Demo + +Visit the live demo [here](https://sanmuga.github.io/Snake-game/). + +## Features + +- 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. + +## Getting Started + +1. Clone the repository: + + ```bash + git clone https://github.com/sanmuga/Snake-game.git + ``` + +2. Open `index.html` in your web browser. + +3. Play the Snake Game! + +## Customization + +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. + +## Browser Compatibility + +This game is built using HTML5 features and should work in modern web browsers. + +## Contributing + +Contributions are welcome! If you have improvements or new features to suggest, please open an issue or create a pull request. + +## License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +