Crates.io | cli-rng |
lib.rs | cli-rng |
version | 0.1.10 |
source | src |
created_at | 2024-05-18 09:23:06.203147 |
updated_at | 2024-05-25 20:13:18.125576 |
description | Sol's RNG but CLI! |
homepage | https://github.com/FBDev64/cli-rng |
repository | https://github.com/FBDev64/cli-rng.git |
max_upload_size | |
id | 1244171 |
size | 24,284 |
I am rewriting whole Sol's RNG roblox game in Rust. Actually, I just implemented a Roll system, with probabilities.
What will be added :
Currently, there are 4 actions implemented :
To download, you need to have Cargo on your machine : You can Download it :
cargo install cli-rng
cli-rng
Or, compile fromscrath :
git clone https://github.com/FBDev64/cli-rng.git
cd cli-rng
cargo run -r
A Survey to collect your feedbacks and bug reports.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.