This is the classical Snake game developed with Rust using Piston.
git clone http://github.com/xojoc/snake-piston
cd snake-piston
cargo run
# Have fun...
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
snake-piston was written by Alexandru Cojocaru (http://xojoc.pw).
snake-piston is released under the GPLv3 or later, see COPYING.