Skip to content

Releases: cwn-dev/terminal_snake

v0.1.1-alpha

02 Nov 13:38

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

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

01 Nov 07:26

Choose a tag to compare

v0.1-alpha Pre-release
Pre-release

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.