snake 0.1.0

A snake binary with a public API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Snake (WIP)

![Github Actions: Rust](https://github.com/Yamboy1/rust-snake/workflows/Rust/badge.svg) ![License: Mit](https://img.shields.io/github/license/Yamboy1/rust-snake)

A snake game written with Rust and ncurses. Also has a public API for making your own snake game (in Rust).

# Installation

***NOTE: The game is not finished yet***
```bash
$ git clone https://github.com/Yamboy1/rust-snake
$ cd rust-snake
$ cargo install --path .
```

# Using the API

WIP