rust_snake

Crates.iorust_snake
lib.rsrust_snake
version0.1.1
sourcesrc
created_at2021-02-19 02:04:37.065638
updated_at2021-02-19 02:31:41.814866
descriptionSnake game made in Rust
homepage
repositoryhttps://github.com/AlexRiosJ/rust_snake
max_upload_size
id357306
size56,600
Alejandro RĂ­os Jasso (AlexRiosJ)

documentation

README

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
Commit count: 6

cargo fmt