cli-rng

Crates.iocli-rng
lib.rscli-rng
version0.1.10
sourcesrc
created_at2024-05-18 09:23:06.203147
updated_at2024-05-25 20:13:18.125576
descriptionSol's RNG but CLI!
homepagehttps://github.com/FBDev64/cli-rng
repositoryhttps://github.com/FBDev64/cli-rng.git
max_upload_size
id1244171
size24,284
Adam Ellouze (FBDev64)

documentation

README

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

Commit count: 52

cargo fmt