This commit is contained in:
Adam 2022-12-27 17:50:03 -05:00
parent 947a371fc4
commit 723698c026

View file

@ -16,7 +16,6 @@ def main():
dealer = game.dealer dealer = game.dealer
player = game.player player = game.player
while game.active: while game.active:
screen.update(game) screen.update(game)
if player.blackjack(game): if player.blackjack(game):
@ -67,4 +66,3 @@ while not kill:
kill = True kill = True
case 'q': case 'q':
kill = True kill = True