lancat license downloads

ruscii

An easy library to make terminal applications and games in rust.

The aim of this project is to make easier the game development in terminals. Any contribution, issue, or pull request would be welcome!

Features

Examples

You can found several examples into the example folder.

To test an example, install ruscii with the examples flag and run it. cargo install ruscii --examples ~/.cargo/bin/<example_name>

Or clone the repo and execute inside of it: cargo run --example <example_name> --release

Some of these examples:

Space invaders (200 lines):

Pong (150 lines):