break me
This commit is contained in:
parent
947a371fc4
commit
723698c026
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue