Commit 69b80556 by BellCodeEditor

save project

parent 148c1fe6
Showing with 5 additions and 16 deletions
import pygame import pygame
from pygame import locals
pygame.init()
screen = pygame.display.set_mode((660,480))
a = pygame.image.load('ba,png')
right = pygame.image.load('right.png)
food = pygame.image.load('apple.png')
body = pygame.image.load('body.png')
# 初始化pygame,为使用pygame做准备
pygame.init()
screen.blit(background),(0,0) # 创建一个窗口
screen.blit iuy=pygame.display.set_mode((660,480))
\ No newline at end of file \ 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