Jonathan Hinds cfa5480049 adding pseudo code | 6 gadus atpakaļ | |
---|---|---|
src | 6 gadus atpakaļ | |
.gitignore | 7 gadus atpakaļ | |
README.md | 6 gadus atpakaļ | |
pom.xml | 6 gadus atpakaļ |
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
.