Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fenneltheloon committed Oct 7, 2023
1 parent 2585137 commit e9a59b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ edition = "2021"
rand = "0.8.5"
regex = "1.9.3"
rustyline = "12.0.0"

[target.x86_64-pc-windows-gnu]
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Dice Roller

Simple program that rolls dice for TTRPGs. Uses XdY +/- Z format, where:
Simple program that rolls dice for TTRPGs. Uses XdY[+-]Z[-dDaA] format,
where:

- X: number of dice
- Y: number of sides
- Z: weight to be added/subtracted
- d/D: roll with disadvantage
- a/A: roll with advantage

0 comments on commit e9a59b4

Please sign in to comment.