Commit fee41d63 by BellCodeEditor

save project

parent ce839632
Showing with 3 additions and 1 deletions
......@@ -10,7 +10,9 @@ grid_num_height = 258 # 纵向格子数量
FPS = 100 # 帧率
count = 0
states = False
list1=[]
for i in range(25):
list1.append([0]*15)
# 创建窗口
screen = pygame.display.set_mode((460, 500))
pygame.display.set_caption("俄罗斯方块")
......
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