Releases: cwn-dev/terminal_snake
Releases · cwn-dev/terminal_snake
v0.1.1-alpha
Full Changelog: v0.1-alpha...v0.1.1
Fixed issue where you could get Snake to turn back on himself if your input was fast enough. The fix had a nice side effect of making the handling of Snake feel much nicer.
v0.1-alpha
A Snake game, written in pure Rust and currently with only one dependency (libc) which I will remove at some point.
Features:
- Movement.
- Eat food to grow.
- Die on hitting self or arena wall.
- Score displayed on death but not saved.
Currently only Linux compatible. Will run fine under WSL.