Snake (WIP)

Github Actions: Rust License: Mit

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