terminal_snake 2.0.2
terminal_snake: ^2.0.2 copied to clipboard
A terminal-based Snake game written in Dart
2.0.2 #
- Adds death and win ui
2.0.1 #
- Fixes Game Over ui
2.0.0 #
- Added console arguments parsing, and usage docs.
- Exposed most in game variables to the args.
1.0.0 #
Added #
- Initial release of terminal_snake
- Terminal-based Snake game implementation
- Game logic with snake movement and food collection
- User interface for terminal display
- Direction controls (arrow keys)
- Game over detection
- Score tracking
- Executable command-line interface
Features #
- Classic Snake gameplay mechanics
- Real-time terminal rendering
- Responsive controls
- Game state management
- Point and food system
- Collision detection
- Snake growth mechanics