Vincent Sima 139e36b329 blackjack that works | 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
.