Commit b09a5a99 by BellCodeEditor

save project

parent b60fe890
Showing with 2 additions and 1 deletions
......@@ -42,4 +42,4 @@ pygame.draw.rect(window, (0, 255, 0), (body_part[0], body_part[1], SNAKE_SIZE, S
pygame.draw.rect(window, (255, 0, 0), (food_x, food_y, SNAKE_SIZE, SNAKE_SIZE))
pygame.display.update()
clock.tick(10)
pygame.quit()
pygame.quit()
\ 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