Jonathan Hinds 44b637de9d added deck to cardGame class | 6 yıl önce | |
---|---|---|
src | 6 yıl önce | |
.gitignore | 7 yıl önce | |
README.md | 6 yıl önce | |
pom.xml | 6 yıl önce |
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
.