Commit d386c7c8 by BellCodeEditor

save project

parent c8065575
Showing with 14 additions and 4 deletions
...@@ -17,4 +17,10 @@ elif event.key == locals.K_UP: ...@@ -17,4 +17,10 @@ elif event.key == locals.K_UP:
current_shape = shape[index] current_shape = shape[index]
if check(center) == False: if check(center) == False:
index = old_index index = old_index
current_shape = shape[index] current_shape = shape[index]
\ No newline at end of file if staes == False:
states = True
center = [2,8]
shape = random.choice(shape_list)
count += 1
states = False
\ No newline at end of file
...@@ -6,4 +6,8 @@ def chenk(center) ...@@ -6,4 +6,8 @@ def chenk(center)
pass pass
if indxt >=len(shape): if indxt >=len(shape):
current_shape = shape in current_shape = shape in
\ No newline at end of file num_list = []
for i in range(25):
num_list.append([0*25])
\ No newline at end of file
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