Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 597 Bytes

Snake-Rust

Snake-Rust is just a basic old school game written in Rust for the fun.

New Features!

  • New controls added. You cannot go in the opposite direction.
  • Some fruits (apple) and ennemies (fog) are added randomly.

Preview:

Settings Window

Coming soon:

  • Spritesheet and animation
  • Interactive menu.
  • Sound and game over screen.

Installation

Snake-Rust just requires some simple command:

$ git clone https://github.com/tarnauld/snake-rust.git
$ cd snake-rust
$ cargo run