jonathan-hinds 5f94248df5 Merge branch 'master' of nsatinover/ZCW-OOP-Casino into master | před 6 roky | |
---|---|---|
src | před 6 roky | |
.gitignore | před 7 roky | |
README.md | před 6 roky | |
pom.xml | před 6 roky |
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
.