Commit 61266993 by BellCodeEditor

save project

parent 9761b397
Showing with 5 additions and 0 deletions
......@@ -13,8 +13,12 @@ left = pygame.image.load("left.png")
right = pygame.image.load("right.png")
up = pygame.image.load("up.png")
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
screen.blit(bg,(0,0))
screen.blit(right,(90,90))
screen.blit(apple,(150,150))
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