jonathan-hinds 5f94248df5 Merge branch 'master' of nsatinover/ZCW-OOP-Casino into master | 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
.