Commit 122b6cfc by BellCodeEditor

save project

parent fe73abd8
Showing with 4 additions and 2 deletions
......@@ -128,6 +128,8 @@ while True:
gameover = pygame.image.load('gameover.png') # 游戏结束
screen.blit(gameover, (400, 200))
gamestate = False
if event.type==locals.MOUSEBUTTONDOWN:
gamestate = True
if score>thr:
if score>one:
record['第1名']=score
......
{"第1名": 52, "第2名": 19, "第3名": 4}
\ No newline at end of file
{"第1名": 74, "第2名": 52, "第3名": 44}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment