Git-Leon 9e3651c1b5 Update README.md | před 6 roky | |
---|---|---|
src | před 7 roky | |
.gitignore | před 7 roky | |
README.md | před 6 roky | |
UML.pdf | před 7 roky | |
Walkthrough_Part_1.pdf | před 7 roky | |
pom.xml | před 7 roky |
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
.