Commit 66379bcf by BellCodeEditor

save project

parent 72823370
Showing with 2 additions and 0 deletions
...@@ -38,6 +38,8 @@ L = [[(-1, 0), (0, 0), (1, 0), (1, 1)], ...@@ -38,6 +38,8 @@ L = [[(-1, 0), (0, 0), (1, 0), (1, 1)],
[(-1, 0), (0, 0), (1, 0), (-1, -1)], [(-1, 0), (0, 0), (1, 0), (-1, -1)],
[(0, -1), (0, 0), (0, 1), (-1, 1)]] [(0, -1), (0, 0), (0, 1), (-1, 1)]]
shape_list = [I, J, L, O, S, T, Z] # 7种类型俄罗斯方块 shape_list = [I, J, L, O, S, T, Z] # 7种类型俄罗斯方块
num_list = []
for in range(25)
# 一些RGB颜色 # 一些RGB颜色
cube_colors = [ cube_colors = [
......
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