This is a simple implementation of the classic Snake game using HTML, CSS, and JavaScript.
- Use the arrow keys on your keyboard to move the snake.
- Eat the food to grow longer.
- Don't run into the walls or the snake's own body.
- Try to get the highest score possible!
You can play the game here.
To run the game locally, clone this repository to your computer and open the index.html file in your web browser.
- git clone https://github.com/Ike-Icon/snake-game-v1.git
- cd snake-game
- open index.html
- HTML
- CSS
- JavaScript
This game was created by Ike-Ikon.