A classic Snake Game built using HTML, CSS, and JavaScript. This project recreates the nostalgic arcade experience with smooth controls, responsive design, and clean visuals — all crafted from scratch without external game libraries.
- Smooth and responsive gameplay
- Score tracking and real-time updates
- Dynamic speed increase as the snake grows
- Simple yet modern UI with clean visuals
- Restart and game-over logic implemented using pure JavaScript
- HTML5 for the game structure
- CSS3 for layout, design, and animations
- Vanilla JavaScript (ES6+) for logic and interactivity
- Use Arrow Keys to move the snake:
- ⬆️ Up/W
- ⬇️ Down/S
- ⬅️ Left/A
- ➡️ Right/D
- Eat the food to grow longer and increase your score.
Tip: The faster you grow, the quicker it gets!