This is a simple Snake game implemented in HTML, CSS, and JavaScript.
Use the arrow keys or touch controls to move the snake around the screen and eat the food. The game ends when the snake collides with the walls or itself.
- Clone the repository:
git clone https://github.com/asht0m/snake-game.git
- Open the
index.html
file in your web browser.
Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
This game was inspired by the classic Snake game that was popular on early mobile phones.