Jennifer Chao 854935b131 basic console class added, blackjack gameplay moved out of blackjack main | 6 vuotta sitten | |
---|---|---|
src | 6 vuotta sitten | |
.DS_Store | 6 vuotta sitten | |
.gitignore | 6 vuotta sitten | |
README.md | 6 vuotta sitten | |
pom.xml | 6 vuotta sitten |
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
.