Lauren Green c2f3b768d4 Merge branch 'working' of https://git.zipcode.rocks/jonathan-hinds/ZCW-OOP-Casino | vor 6 Jahren | |
---|---|---|
src | vor 6 Jahren | |
.DS_Store | vor 6 Jahren | |
.gitignore | vor 6 Jahren | |
README.md | vor 6 Jahren | |
pom.xml | vor 6 Jahren |
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
.