#snake #game #built #screenshot

bin+lib rust_snake

Rust 编写的 Snake 游戏

2 个版本

0.1.1 2021 年 2 月 19 日
0.1.0 2021 年 2 月 19 日

#836 in 游戏

MIT/Apache

16KB
233 代码行

rust_snake

Crate

Rust 编写的 Snake 游戏

Screenshot

安装

如果您是 Rust 程序员,可以使用 cargo 安装 rust_snake。

$ cargo install rust_snake

构建

rust_snake 可以从源代码构建。

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

使用

$ rust_snake

或者如果您从源代码构建了它

$ cargo run

控制器

  • 使用键盘上的箭头键向上、向右、向下或向左移动

依赖项

~8.5MB
~132K SLoC