Jonathan Hinds 92ad58c0d6 Merge branch 'working' of https://git.zipcode.rocks/jonathan-hinds/ZCW-OOP-Casino into working | 6 lat temu | |
---|---|---|
src | 6 lat temu | |
.DS_Store | 6 lat temu | |
.gitignore | 6 lat temu | |
README.md | 6 lat temu | |
pom.xml | 6 lat temu |
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
.