Commit e92c6c16 by BellCodeEditor

save project

parent 16799da1
Showing with 3 additions and 0 deletions
......@@ -19,9 +19,12 @@ down = pygame.image.load('down.png') # 头 朝下
x, y = 240, 120
position = [(180, 90), (180, 120), (210, 120), (x, y)]
apple_x=360
apple_yy=300
setheading = "right"
snake_head = right
score=0
while True:
for event in pygame.event.get():
......
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