Jonathan Hinds 44b637de9d added deck to cardGame class | 6 年 前 | |
---|---|---|
src | 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
.