summaryrefslogtreecommitdiff
path: root/dice/src/example/java/bjc/dicelang/neodice/commands/RollCommand.java
AgeCommit message (Collapse)Author
2022-09-27Merge branch 'master' of git@github.com:bculkin2442/dice-lang.gitbjcul
2021-03-13Update documentationBen Culkin
Also, did the same thing for Die I did for DiePool, where I moved the specific classes to the same file as the interface.
2020-11-21Make dice genericBen Culkin
Convert dice from dealing exclusively with ints, to deal with objects of arbitrary types
2020-11-21Rudimentary CLI for new die implementationBen Culkin