Added doubling in blackjack

This commit is contained in:
NikolajDanger
2020-07-28 12:00:35 +02:00
parent e681cb4ed5
commit 71fcf80eab
4 changed files with 43 additions and 2 deletions

View File

@ -1,3 +1,3 @@
from .money import checkBalance, giveMoney, addMoney
from .trivia import triviaCountPoints, triviaStart, triviaOtherThing
from .blackjack import shuffle, blackjackStart, blackjackPlayerDrawHand, blackjackContinue, blackjackFinish, blackjackHit, blackjackStand
from .blackjack import shuffle, blackjackStart, blackjackPlayerDrawHand, blackjackContinue, blackjackFinish, blackjackHit, blackjackStand, blackjackDouble