Commit 6b270fd2 by BellCodeEditor

auto save

parent 4b4ca852
Showing with 9 additions and 1 deletions
list=[1,2,3,4]
list2=[[0,0,0,0],
[0,0,0,0],
[0,0,0,0],
[1,1,1,1]]
info=zip(list,list2)
print(info)
\ No newline at end of file
......@@ -8,7 +8,7 @@ grid_size = 20 # 格子大小
grid_num_width = 15 # 横向格子数量
grid_num_height = 25 # 纵向格子数量
FPS = 30 # 帧率
count = 0
count = 0 #控制下落速度
states = False
gameover = False # gameover:True,游戏结束;False,游戏正常运行
......
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