Crates.io | rust_snake |
lib.rs | rust_snake |
version | 0.1.1 |
source | src |
created_at | 2021-02-19 02:04:37.065638 |
updated_at | 2021-02-19 02:31:41.814866 |
description | Snake game made in Rust |
homepage | |
repository | https://github.com/AlexRiosJ/rust_snake |
max_upload_size | |
id | 357306 |
size | 56,600 |
Snake game made in Rust
If you're a Rust programmer, rust_snake can be installed with cargo
.
$ cargo install rust_snake
rust_snake
can be build from source code.
$ git clone https://github.com/AlexRiosJ/rust_snake.git
$ cd rust_snake
$ cargo build --release
$ rust_snake
or if you built it from source
$ cargo run