Git-Leon 4c16b51024 Update README.md | 6 年之前 | |
---|---|---|
src | 7 年之前 | |
.gitignore | 7 年之前 | |
README.md | 6 年之前 | |
UML.pdf | 7 年之前 | |
Walkthrough_Part_1.pdf | 7 年之前 | |
pom.xml | 7 年之前 |
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
.