Commit a42bd4b4 by BellCodeEditor

save project

parent 633888ec
Showing with 0 additions and 3 deletions
import pygame
import pygame
# 初始化pygame,为使用pygame做准备
pygame.init()
from pygame import locals
......@@ -20,4 +18,3 @@ while True:
screen.blit(right,(240,120))
screen.blit(apple,(240,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