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