2 releases

0.1.1 Feb 19, 2021
0.1.0 Feb 19, 2021

#726 in Games

MIT/Apache

16KB
233 lines

rust_snake

Crate

Snake game made in Rust

Screenshot

Installation

If you're a Rust programmer, rust_snake can be installed with cargo.

$ cargo install rust_snake

Building

rust_snake can be build from source code.

$ git clone https://github.com/AlexRiosJ/rust_snake.git
$ cd rust_snake
$ cargo build --release

Usage

$ rust_snake

or if you built it from source

$ cargo run

Controllers

  • Use the arrows of the keyboard to move UP, RIGHT, DOWN or LEFT

Dependencies

~16MB
~129K SLoC