Please enable JavaScript.
Coggle requires JavaScript to display documents.
Fox_Go Fish Game (classes (value (const FOUR (= 4), const FIVE (= 5),…
Fox_Go Fish Game
classes
-
-
card
yesMatch()
makePair()
anotherTurn()
requestCard()
yesMatch()
makePair()
anotherTurn()
- 1 more item...
noMatch()
drawRandom()
subtractFromDeck()
- 1 more item...
-
-
-
-
-
Card::Card(int value, string suit/color)
-
-