Eric Foster 4432b5a8a2 commented out yahtzee test and fixed higher dice test | преди 6 години | |
---|---|---|
src | преди 6 години | |
.DS_Store | преди 6 години | |
.gitignore | преди 7 години | |
README.md | преди 6 години | |
pom.xml | преди 6 години |
Player
classPlayer
objects should be created upon input from a user.Game
interfaceGamble
interfaceBlackJack
and GoFish
are both Card Games and should therefore inherit from a common CardGame
.