/rsnake

Primary LanguageRust

rsnake

To play a game of snake in the terminal.

How to

  • Move with h(left), j(down), k(up), l(right).
  • Be careful not to touch yourself (disgusting!).
  • Google Snake for the rest (come on...).

Build and Play

  • git clone https://github.com/roan-paulus/rsnake.git
  • cargo build --release
  • ./target/release/snake

Dependencies