snake-piston
snake-piston copied to clipboard
The classic Snake game in Rust using Piston
Snake game using Piston
This is the classical Snake game developed with Rust using Piston.

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.