10 releases

0.1.10 May 25, 2024
0.1.9 May 24, 2024

#17 in Games

Download history 155/week @ 2024-05-13 725/week @ 2024-05-20 22/week @ 2024-05-27 16/week @ 2024-06-03

918 downloads per month

Custom license

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 :

  1. More Auras
  2. Potions
  3. Gauntlets
  4. Biomes, Weather and Time
  5. Based on a TXT or JSON that stores every information. On every game startup, it will give the items.
  6. 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

BSD 3-Clause “New” or “Revised” License

Dependencies

~355KB