Commit dde9e9d4 by BellCodeEditor

save project

parent df80e74e
Showing with 10 additions and 2 deletions
import pygame
pygame.init()
SB=pygame.dispiay.set_mode((800,600))
screen=pygame.dispiay.set_mode((800,600))
backround=pygame.image.load('by.pny')
right=pygame.image.load('right.pny')
food=pygame.image.load('food.pny')
body=pygame.image.load('body.pny')
while True:
for event in :
for event in pygame.event.get():
if event.type:
screen.blit(backround,(0,0))
screen.blit(right,(240,120))
\ 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