A fun and visually enhanced clone of the classic Snake game β made with HTML, CSS, and JavaScript.
- Smooth snake movement with keyboard controls (WASD / Arrow Keys)
- Eat apples to grow and increase your score
- Responsive UI with:
- Play/Pause functionality
- Show/Hide grid
- Reset/Pause game
- High Score tracking using Local Storage
- Game Over animation and sound effects
- HTML
- CSS
- JavaScript (Vanilla)
- W / β β Move Up
- S / β β Move Down
- A / β β Move Left
- D / β β Move Right
- Pause Button β Pause/Resume the game
- Reset Button β Restart the game
- Show Grid Button β Toggle grid background
- Clone this repo:
git clone https://github.com/yourusername/snake-noir.git
- Navigate to the project folder:
cd snake-noir - Open index.html in your browser to play.

