-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2585137
commit e9a59b4
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ edition = "2021" | |
rand = "0.8.5" | ||
regex = "1.9.3" | ||
rustyline = "12.0.0" | ||
|
||
[target.x86_64-pc-windows-gnu] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |