- Aug 12, 2021
-
-
Christopher Bohn authored
- Instructed Maven to use UTF-8 encoding - Added README with instructions for playing the game - Removed UML diagrams that are not relevant to SOFT 160 assignment
-
- Jun 25, 2020
-
-
Christopher Bohn authored
-
- Jun 23, 2020
-
-
Christopher Bohn authored
-
Christopher Bohn authored
-
Christopher Bohn authored
-
Christopher Bohn authored
-
- Jun 22, 2020
-
-
Christopher Bohn authored
mostCommonFace() now returns an int (vs an Optional<Integer>)
-
Christopher Bohn authored
Since almost all of yatzy's scoring is based on sums of die faces, we can simply get the satisfying dice and add their faces. The only special case is scoring Yatzy.
-
Christopher Bohn authored
-
Christopher Bohn authored
- TwoPairCategory and FullHouseCategory replaced with OfTwoKindsCategory - changed scoring as well - original categories remain for now until they're replaced in the production code
-
- Jun 21, 2020
-
-
Christopher Bohn authored
- NumberCategory preserved - ChanceCategory preserved - InARowCategory replaced with SequenceCategory, which has different satisfaction rules and different scoring rules
-
Christopher Bohn authored
-
Christopher Bohn authored
- renamed package from yoctsee to yatzy - removed sandbox
-
Christopher Bohn authored
-
- Jun 11, 2020
-
-
Christopher Bohn authored
-
- Jun 08, 2020
-
-
Christopher Bohn authored
-
Christopher Bohn authored
-