Git-Leon cc9c893585 Update README.md | 6 years ago | |
---|---|---|
src | 7 years ago | |
.gitignore | 7 years ago | |
README.md | 6 years ago | |
UML.pdf | 7 years ago | |
Walkthrough_Part_1.pdf | 7 years ago | |
pom.xml | 7 years ago |
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
.