Skip to content

Commit

Permalink
Define o score para vencer como 20
Browse files Browse the repository at this point in the history
  • Loading branch information
erickRochaIP committed Feb 24, 2021
1 parent 75182b7 commit 9d5d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milkway.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def game_start(blind_mode=False):
grupo_asteroides.add(asteroide)

# ganhar o jogo
if score >= 3:
if score >= 20:
for ast in grupo_asteroides:
ast.kill()
ast.stop_sound()
Expand Down

0 comments on commit 9d5d420

Please sign in to comment.