Commit 756bf9fa by BellCodeEditor

save project

parent 76968286
Showing with 13 additions and 0 deletions
import pygame
from pygame import locals
pygame.init()
score = 0
grid_size = 20
grid_num_width = 15
grid_num_height = 25
fps = 30
screen = pygame.display.set_mode((460,500))
pygame.display.seet_caption("俄罗斯方块")
clock()
background = pygame.image.load("bg.png")
font = pygame.font.font('stkaiti.ttf',60)
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