Git-Leon 5c65c29730 Update README.md | 6 yıl önce | |
---|---|---|
src | 7 yıl önce | |
.gitignore | 7 yıl önce | |
README.md | 6 yıl önce | |
UML.pdf | 7 yıl önce | |
Walkthrough_Part_1.pdf | 7 yıl önce | |
pom.xml | 7 yıl önce |
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
.