feat(blackjack): add split functionality to the game
All checks were successful
All checks were successful
This commit is contained in:
parent
4a7c54eab8
commit
3ef5530e77
7 changed files with 410 additions and 276 deletions
|
@ -36,5 +36,5 @@ public class CardEntity {
|
|||
}
|
||||
|
||||
enum CardType {
|
||||
DECK, PLAYER, DEALER
|
||||
DECK, PLAYER, DEALER, PLAYER_SPLIT
|
||||
}
|
||||
|
|
Reference in a new issue