/snake-piston

The classic Snake game in Rust using Piston

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Snake game using Piston

This is the classical Snake game developed with Rust using Piston.

Screenshot

Install

git clone http://github.com/xojoc/snake-piston
cd snake-piston
cargo run
# Have fun...

How to play

Simply move the Snake around using the keyboard arrows and eat apples. The more apples you eat the more points you gain and the more the Snake goes faster. The following keys are recognised

  • UP/RIGHT/DOWN/LEFT to move the Snake
  • ESC Quit
  • R Restart
  • P Pause

Who?

snake-piston was written by Alexandru Cojocaru (http://xojoc.pw).

License

snake-piston is released under the GPLv3 or later, see COPYING.