FBDev64 / cli-rng

Sols RNG, but Command Line !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Biomes
  • Saves/Accponts
  • Gauntlets
  • Better Map
  • Biomes
  • Time
  • Weather

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

About

Sols RNG, but Command Line !

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%