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
|
||||
player = game.player
|
||||
|
||||
|
||||
while game.active:
|
||||
screen.update(game)
|
||||
if player.blackjack(game):
|
||||
|
@ -67,4 +66,3 @@ while not kill:
|
|||
kill = True
|
||||
case 'q':
|
||||
kill = True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue