Skip to content

juanbelieni/dice-roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice roller

A dice roller algorithm implemented in Rust.

Screenshot

🎯 Features

  • Is able to do addition and subtraction.
  • Handle string expressions like 2d12 - d10 + 5d6.

🔧 Installation

# Clone
$ git clone http://github.com/juanbelieni/dice-roller.git

# Build
$ cargo build --release

🔭 Usage

# After build
./target/release/dice-roller

📪 Contributing

  1. Fork the Project
  2. Create your Feature Branch: git checkout -b feature/your-feature
  3. Commit your Changes: git commit -m 'Add your-feature'
  4. Push to the Branch: git push origin feature/your-feature
  5. Open a Pull Request

✉ Contact

Twitter: @juanbelieni | Email: juanbelieni@gmail.com

About

A dice roller algorithm implemented in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages