Commit c3fcda4e by BellCodeEditor

save project

parent 1eddf109
Showing with 1 additions and 1 deletions
...@@ -33,7 +33,7 @@ while True: ...@@ -33,7 +33,7 @@ while True:
setheading != 'down' setheading != 'down'
snake_head = down snake_head = down
if setheading == "right" if setheading == "right"
x += 30 x += 30
elif setheading == "left": elif setheading == "left":
x -= 30 x -= 30
......
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