Commit 1889d88e by BellCodeEditor

save project

parent 6dcd8ec2
Showing with 2 additions and 0 deletions
......@@ -45,5 +45,6 @@ while True:
screen.blit(snake_head, (x, y))
for i in range(len(position)-1):
screen.blit(body,position[i])
screen.blit(food,(390,330))
FPSCLOCK.tick(3)
pygame.display.update()
\ 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