Jason Gibbs 368cffb5b5 Merge branch 'dev' of https://git.zipcode.rocks/woat/ZCW-OOP-Casino into cards-player/jason | hace 6 años | |
---|---|---|
src | hace 6 años | |
.DS_Store | hace 6 años | |
.gitignore | hace 6 años | |
DEV_MODE_WORKS | hace 6 años | |
NEW_FEATURE | hace 6 años | |
README.md | hace 6 años | |
newfile | 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
.