Jonathan Hinds 44b637de9d added deck to cardGame class | hace 6 años | |
---|---|---|
src | hace 6 años | |
.gitignore | hace 7 años | |
README.md | hace 6 años | |
pom.xml | hace 6 años |
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
.