Commit 723b5881 by BellCodeEditor

save project

parent 830b954a
Showing with 4 additions and 0 deletions
import pygame import pygame
pygame.init() pygame.init()
c=pygame.display.set_mode((660,480)) c=pygame.display.set_mode((660,480))
background=pygame.image.loadl("bg,png")
right=pygame.image.loadl("right,png")
food=pygame.image.loadl("apple,png")
body=pygame.image.loadl("body,png")
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