Commit 486c7923 by BellCodeEditor

auto save

parent f58b7d26
Showing with 1 additions and 1 deletions
...@@ -98,7 +98,7 @@ while True: ...@@ -98,7 +98,7 @@ while True:
if check(center) == False: if check(center) == False:
index = old_index index = old_index
current_shape = shape[index] current_shape = shape[index]
if gameover == False:
if states == False: if states == False:
states = True states = True
center = [2, 8] # 第2行第8列 center = [2, 8] # 第2行第8列
......
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