10 releases
0.1.10 | May 25, 2024 |
---|---|
0.1.9 | May 24, 2024 |
#48 in Games
20KB
522 lines
Cli Rng
Sol's RNG, but Command Line !
I am rewriting whole Sol's RNG roblox game in Rust. Actually, I just implemented a Roll system, with probabilities.
What will be added :
- More Auras
- Potions
- Gauntlets
- Biomes, Weather and Time
- Based on a TXT or JSON that stores every information. On every game startup, it will give the items.
- Private servers based on internet with ban and kick commands.
Actions
Currently, there are 4 actions implemented :
- roll - Roll a random aura
- storage - Display all rolled auras
- q - Exit the program
Downloading
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
Feedback
A Survey to collect your feedbacks and bug reports.
Contributing
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.
License
Dependencies
~265–355KB