Git-Leon 9e3651c1b5 Update README.md | 6 vuotta sitten | |
---|---|---|
src | 7 vuotta sitten | |
.gitignore | 7 vuotta sitten | |
README.md | 6 vuotta sitten | |
UML.pdf | 7 vuotta sitten | |
Walkthrough_Part_1.pdf | 7 vuotta sitten | |
pom.xml | 7 vuotta sitten |
Game
, and Gamble
Game
interfaceGamble
.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
.