๐ Snake Game
A simple Snake Game built using HTML, CSS, and JavaScript.
๐ Features
โ
Playable snake game with movement controls
โ
Food appears at random positions
โ
Score tracking
โ
Snake grows as it eats
๐ฎ How to Play
Use the arrow keys (โ โ โ โ) to control the snake's movement.
Eat the red food to grow in size and increase your score.
Avoid colliding with the screen boundaries and moving over the snake's body.
๐ Project Structure
โโโ index.html # Main HTML file
โโโ style.css # Styles for the game
โโโ script.js # Game logic (snake movement, food generation, etc.)
โโโ README.md # Project documentation
๐ ๏ธ Technologies Used
HTML (For structure)
CSS (For styling)
JavaScript (For game logic)
Enjoy playing! ๐
Feel free to contribute! Fork the repo, create a new branch, and submit a pull request.