Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 372 Bytes

dice

A simple multithreaded dice simulator written in Rust.

Usage

# Clone this repo
git clone https://github.com/david145/dice.git
cd dice

# Compile a release version
cargo build --release

# Run it
cargo run --release

Screenshot of dice