snake 0.1.0

A snake binary with a public API
Documentation

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

$ git clone https://github.com/Yamboy1/rust-snake
$ cd rust-snake
$ cargo install --path .

Using the API

WIP