Lauren Green b19bd089ac Merge branch 'working' of https://git.zipcode.rocks/jonathan-hinds/ZCW-OOP-Casino | преди 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
.