Commit 77bcae01 by BellCodeEditor

save project

parent b305decc
Showing with 3 additions and 3 deletions
......@@ -24,8 +24,7 @@ while True:
screen.blit(bg,(0,0))
screen.blit(apple,(120,150))
screen.blit(snake,(x,y))
screen.blit(body,(330,300))
screen.blit(body,(300,300))
screen.blit(body,(300,270))
for i in range(len(pos)-1)
screen.blit(body,pos[i])
pygame.display.update()
fps.tick(3)
\ 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