for initiative!
 
 
Go to file
mat ess 5f877c7d68 housekeeping 2023-08-13 16:46:26 -04:00
roll Update cli 2023-08-13 14:58:25 -04:00
tests Update cli 2023-08-13 14:58:25 -04:00
.envrc Initial commit 2023-08-09 21:02:53 -04:00
.gitignore housekeeping 2023-08-13 16:46:26 -04:00
LICENSE.txt Initial commit 2023-08-09 21:02:53 -04:00
README.md housekeeping 2023-08-13 16:46:26 -04:00
flake.lock Housekeeping 2023-08-13 14:40:33 -04:00
flake.nix Update cli 2023-08-13 14:58:25 -04:00
justfile housekeeping 2023-08-13 16:46:26 -04:00
pyproject.toml housekeeping 2023-08-13 16:46:26 -04:00

README.md

roll

for initiative!

usage

$ roll 2d20
1 ..... 15
2 .....  9
total | 24

$ roll 5d4+2
1 .....  2
2 .....  2
3 .....  4
4 .....  1
5 .....  3
mod ..  +2
total | 14

$ roll 1d20
1 ..... 1
total | 1

todo

  • roll with (dis)advantage
  • print criticals
  • use property testing