Commit e8f6f8e7 by BellCodeEditor

save project

parent 95db8857
Showing with 2 additions and 2 deletions
...@@ -36,9 +36,9 @@ while True: ...@@ -36,9 +36,9 @@ while True:
elif setheading == "left": elif setheading == "left":
x -= 30 x -= 30
elif setheading == "up": elif setheading == "up":
y += 30
else:
y -= 30 y -= 30
else:
y += 30
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
snakeList.pop(0) snakeList.pop(0)
snakeList.append((x,y)) snakeList.append((x,y))
......
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