A game of Snake written in Rust designed to be played in the terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
korin 7f17c14012 snek game 3 years ago
src snek game 3 years ago
.gitignore snek game 3 years ago
Cargo.lock snek game 3 years ago
Cargo.toml snek game 3 years ago
LICENSE snek game 3 years ago
README snek game 3 years ago
run snek game 3 years ago

README

# Snake
This is a game of Snake that is designed to be played in the terminal. It is written in Rust with zero unsafe code and uses the pancurses library. The game tracks your high score, and has variable speed and difficulty.

## Building and running
This game can be built and ran with

``` sh
./run
```
Additionally, more options to the game can be found by typing

``` sh
./run -h
```