summaryrefslogtreecommitdiff
path: root/dice/src/test/java/bjc/dicelang/neodice/DieTest.java
AgeCommit message (Collapse)Author
2021-03-13Clear up some warningsBen Culkin
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 tests on new Die 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