A simple Snake game built using HTML, CSS, and JavaScript. The game features basic gameplay where the player controls a snake to eat food and grow while avoiding collisions with itself and the boundaries.
You can play the game [https://snake-game-dtc.netlify.app/]
- Control the snake with arrow keys.
- Eat food to grow the snake and increase the score.
- High score tracking using local storage.
- Basic game sounds for actions.
- HTML: Markup structure of the game.
- CSS: Styling and layout of the game.
- JavaScript: Game logic and interactivity.
- Audio: Sounds for game actions.
The project is deployed using Netlify. You can view the live demo [https://snake-game-dtc.netlify.app/]
- Game Design & Development: Darshan Chavda
Feel free to fork, modify, and contribute to this project. Enjoy the game!