2 releases
0.1.1 | Feb 19, 2021 |
---|---|
0.1.0 | Feb 19, 2021 |
#895 in Games
16KB
233 lines
rust_snake
Snake game made in Rust
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
~8.5MB
~132K SLoC