summaryrefslogtreecommitdiff
path: root/dice/src/main/java/bjc/dicelang/neodice/Die.java
AgeCommit message (Collapse)Author
2020-12-03Rename interfaces to match Java styleBen Culkin
Renames several interfaces named in the IWhatever style, which Java doesn't use
2020-11-21Make dice genericBen Culkin
Convert dice from dealing exclusively with ints, to deal with objects of arbitrary types
2020-11-21Restructure new die implementationBen Culkin
2020-11-21Some more work on the new dice implementationBen Culkin
2020-11-14Begin new dice implementationBen Culkin
For various reasons, I'm not happy with the other implementations. Here's hoping that this one is better