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