Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slmt/rust-snake

A snake game written in Rust.
https://github.com/slmt/rust-snake

Last synced: 20 days ago
JSON representation

A snake game written in Rust.

Awesome Lists containing this project

README

        

# Rust Snake

A snake game written in Rust.

## How To Run ?

First, install the Rust development evnironment from [here](https://www.rust-lang.org/tools/install) (if you do not have one).

Second, run the following command in the project directory:

```
> cargo run
```

Enjoy!

## Game Controls & Rules

- Use the arrow keys on the keyboard to move the green snake.
- Eat the orange food to make the snake stronger (or longer).
- When the snake hits the border or itself, it dies.

## TODOs

- To have a better game-over screen

## License

Copyright (c) 2016-2022 rust-snake's contributors.

rust-snake is made available under the terms of [the MIT License](LICENSE.md).