Commit 82ed1963 by BellCodeEditor

save project

parent 2e823a23
Showing with 4 additions and 3 deletions
......@@ -8,6 +8,7 @@ while True:
print(event)
if event.type == locals.QUIT:
exit()
screen.
sreen.blit(background, (0, 0))
sreen.blit(right , (240, 120))
sreen.blit(food, (360, 300))
pygame.display.update()
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