Jonathan Hinds b6c140fed5 Merge branch 'working' of https://git.zipcode.rocks/jonathan-hinds/ZCW-OOP-Casino into working | 6 yıl önce | |
---|---|---|
src | 6 yıl önce | |
.DS_Store | 6 yıl önce | |
.gitignore | 6 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
.