Jonathan Hinds cfa5480049 adding pseudo code | 6 år sedan | |
---|---|---|
src | 6 år sedan | |
.gitignore | 7 år sedan | |
README.md | 6 år sedan | |
pom.xml | 6 år sedan |
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
.