#snake #game #window #implemented #classic

app schulke-214/rsnake

Snake implemented in rust

1 unstable release

0.1.0 May 1, 2019

#729 in Games

127 stars & 0 watchers

1MB
340 lines

rsnake - An implementation of classic snake in rust

This game was built using the piston_window window wrapper.

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

  • W/A/S/D or Up/Left/Down/Right - Controll snake direction.
  • R - Restart the game.
  • ESC - Quit the game.

Known Flaws / ToDo List

  • R has no effect yet.
  • There should be an endscreen with restart / quit buttons.
  • The fruit and snake could possibly spawn at the same coordinate / fruits can spawn inside the tail of the snake.

Dependencies

~15–25MB
~177K SLoC