Blackjack
|
Defines a 2-player ( User
vs Dealer
) game of Blackjack
.
More...
Go to the source code of this file.
Classes | |
class | Blackjack |
A game of Blackjack is defined by the players, a deck of cards, and a few parameters based on the rules. More... | |
Typedefs | |
using | Players = std::vector< Player * > |
Players is a vector of Player addresses | |