This commit is contained in:
NikolajDanger
2020-07-29 14:16:00 +02:00
parent 1104d2bfa4
commit 7164faae15
2 changed files with 6 additions and 11 deletions

View File

@ -21,6 +21,12 @@ def blackjackShuffle(decks):
with open("resources/games/blackjackCards.txt","w") as f:
f.write(data)
# Creates hilo.txt
logThis("creating hilo.txt.")
data = "0"
with open("resources/games/hilo.txt","w") as f:
f.write(data)
return
# Calculates the value of a blackjack hand