jonathan-hinds 729c8cb79c Merge branch 'master' of laurengreen/ZCW-OOP-Casino into working | 6 年之前 | |
---|---|---|
src | 6 年之前 | |
.DS_Store | 6 年之前 | |
.gitignore | 6 年之前 | |
README.md | 6 年之前 | |
pom.xml | 6 年之前 |
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
.