Home

Awesome

rsnake - An implementation of classic snake in rust

This game was built using the piston_window window wrapper.

<img src="./assets/snake.gif" style="width: 100%;" />

Download the game

If youre using mac-osx or windows you can either download this game as executeable here - otherwise you can build it locally with cargo.

# run the game
cargo run

# build a binary & execute it
cargo build --release
./target/release/rsnake

Keymap

Known Flaws / ToDo List