🐛
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user