Vincent Sima d0584a95bd blackhjack .04 | il y a 6 ans | |
---|---|---|
src | il y a 6 ans | |
.DS_Store | il y a 6 ans | |
.gitignore | il y a 6 ans | |
DEV_MODE_WORKS | il y a 6 ans | |
NEW_FEATURE | il y a 6 ans | |
README.md | il y a 6 ans | |
newfile | il y a 6 ans | |
pom.xml | il y a 6 ans |
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
.