Commit 55fd2ee5 by BellCodeEditor

auto save

parent 121e1abf
Showing with 2 additions and 1 deletions
import pygame import pygame
import turtle
from pygame import locals from pygame import locals
pygame.init() # 初始化 pygame.init() # 初始化
...@@ -22,7 +23,7 @@ while True: ...@@ -22,7 +23,7 @@ while True:
exit() exit()
# 将背景图画上去 # 将背景图画上去
??? screen
# 得分 # 得分
??? ???
# 刷新画面 # 刷新画面
......
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