terminal_snake 2.0.7
terminal_snake: ^2.0.7 copied to clipboard
A terminal-based Snake game written in Dart
2.0.7 #
- Changes controls to play one handed
2.0.6 #
- draws the food position in the belly
2.0.5 #
- minor refactor
2.0.4 #
- Adds demo gifs
2.0.3 #
- Adds demo gif
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