A fast, minimal terminal-based Snake game built in Rust with real-time input and smooth gameplay.
- Real-time keyboard input (no lag)
- Smooth directional control with reverse-blocking logic
- Collision detection (walls + self)
- Randomized food spawning
- Live score tracking
- Clean terminal rendering using Crossterm
- 🦀 Rust
- Crossterm (terminal handling)
- Rand (random food generation)
git clone https://github.com/Halloloid/RustySnake.git
cd RustySnake
cargo run