A browser-based Snake game built with vanilla JavaScript and the Canvas API. No frameworks, no dependencies, no build step.
- Combo multiplier system with up to 6× score scaling
- 8 progressive speed levels
- Particle effects on eat and death
- Screen shake, motion trail, and animated food
- Fully responsive — adapts to any screen size
- Mobile support via touch swipe
- Single file — no npm, no build tooling required
git clone https://github.com/jvarghesetech/snake-game.git
cd snake-game
open index.html| Input | Action |
|---|---|
W A S D or Arrow Keys |
Move |
P |
Pause / Resume |
Space |
Start / Restart |
| Swipe | Move (mobile) |
jvarghesetech