BookOwl / snake-rs

The classic game Snake for the console. Written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake-rs

The classic game Snake for the console. Written in Rust

The game's intro screen

Playing the game

Getting the game

Right now the simplest way to get snake is to build it from source using Cargo. Just clone this repo and run cargo build --release. The compiled binary will be in target/release/snake.

Running the game

Once you have built snake, just run the snake binary to start the game. Use the arrow keys to move.

Credits

I'm using the amazing RustBox library by @gchp for drawing to the terminal.

License

I'm releasing this project under the MIT License. See LICENSE.txt for details.

About

The classic game Snake for the console. Written in Rust

License:MIT License


Languages

Language:Rust 100.0%