Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 755 Bytes

Snake Game

This is a simple Snake game implemented in HTML, CSS, and JavaScript.

How to Play

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.

Installation

  1. Clone the repository: git clone https://github.com/asht0m/snake-game.git
  2. Open the index.html file in your web browser.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This game was inspired by the classic Snake game that was popular on early mobile phones.