3 releases

0.1.2 Sep 16, 2023
0.1.1 Sep 16, 2023
0.1.0 Sep 16, 2023

#1413 in Text processing

Download history 16/week @ 2024-02-22 19/week @ 2024-02-29 118/week @ 2024-03-07 6/week @ 2024-03-28

124 downloads per month

MIT license

9KB
104 lines

RUSTSCII

A Rust crate for creating ASCII console-style games.

(NOTE: WIP alpha crate!)

Installation

Add RUSTSCII as a dependency in your Cargo.toml:

[dependencies]
rustscii = "x.y.z" # check latest version

Getting Started

To get started with RUSTSCII, initialize the rendering engine as follows:

extern crate rustscii;
use rustscii::run;

fn main() {
    run();
}

For more details, check out the documentation.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Dependencies

~15–29MB
~221K SLoC