Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voter101/snake-rs

A snake implementation in Rust
https://github.com/voter101/snake-rs

Last synced: about 2 months ago
JSON representation

A snake implementation in Rust

Awesome Lists containing this project

README

        

# Snake.rs - Snake implementation in Rust

A simple toy game I wrote while learning Rust.

![An example game session of snake-rs](/demo.gif)

## Play the game

Run the game with:

```sh
cargo run
```

To turn off the game, you need to press `ESC` and then on pause menu press `q`.

## Configuration

To configure the game, you can pull the help message with:

```sh
cargo run -- --help
```