๐ Snake
December 23, 2025 ยท View on GitHub
A classic Snake game for the terminal, built with Dart and nocterm.
โโโโโโโ โโโ
โโโ โโโ โโโ
โโโ โโโโโโโโโ โโโโโโโ โโโ โโโ โโโโโโโโ
โโโโโโโโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ
โโโ โโโ โโโ โโโโโโโโ โโโโโโโโ โโโโโโโโโโ
โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ
โโโโโโโ โโโ โโโ โโโโโโโโโ โโโ โโโ โโโโโโโโ
Getting Started
Prerequisites
- Dart SDK
>=3.9.0 <4.0.0
Run the Game
dart run
How to Play
- Select a difficulty using the arrow keys and press Enter
- Control the snake with the arrow keys:
โMove upโMove downโMove leftโMove right
- Eat the food to grow and score points
- Avoid running into yourself!
Difficulty Levels
| Difficulty | Grid Size | Speed |
|---|---|---|
| Easy | 10ร10 | Slow |
| Medium | 15ร15 | Medium |
| Hard | 20ร20 | Fast |