kli 0.1.0

A TUI pseudo-game where 1 or 2 kids can control two cursors through the screen and discover some colors.
kli-0.1.0 is not a library.

kli

A TUI pseudo-game where 1 or 2 kids can control two cursors through the screen and discover some colors.

Installation

From Releases

Download the latest binary for your platform from the releases page.

From Source

If you have Rust installed, you can install from crates.io:

cargo install kli

Or build from source:

git clone https://github.com/andunieee/kli.git
cd kli
cargo build --release