@kumaraguru08dec2005/snake-cli-game
v1.0.1
Published
π Play Snake in your terminal!
Downloads
26
Maintainers
Readme
π snake-cli-game
Play the classic Snake game right in your terminal!
Install & Play
# Play instantly without installing
npx snake-cli-game
# Or install globally
npm install -g snake-cli-game
snakeControls
| Key | Action |
|------------------|----------------|
| β β β β or W A S D | Move snake |
| P | Pause / Resume |
| R | Restart (after game over) |
| Q or Ctrl+C | Quit |
Features
- π¨ Colorful terminal rendering with Chalk
- π Progressive leveling β speeds up every 50 points
- π High score tracking per session
- βΈ Pause support
- π Instant restart
Scoring
- Each food eaten = 10 Γ current level points
- Level increases every 50 points
- Speed increases with each level
Requirements
- Node.js v18+
- A terminal that supports ANSI escape codes (most modern terminals do)
