A classic Snake Game built entirely with pure JavaScript, HTML, and CSS — no external libraries, no frameworks. A fun browser-based game that demonstrates key programming concepts like real-time rendering, event handling, collision detection, and dynamic DOM updates.
- 🎯 Keyboard-based real-time gameplay
- 💥 Collision detection (wall + self)
- 💡 Dynamic speed and difficulty control
- 🧠 Score tracking and reset functionality
- 📱 Responsive design for desktop and mobile browsers
| Technology | Usage |
|---|---|
| HTML | Game layout and structure |
| CSS | Grid layout and styling |
| JavaScript | Game logic, input handling, DOM manipulation |