Commit 2735f71f by BellCodeEditor

auto save

parent 1c7e7e19
Showing with 6 additions and 0 deletions
import pygame import pygame
from pygame import locals from pygame import locals
import random import random
W1=[]
for i in range(25):
W1.append([0]*15)
print(W1)
pygame.init() # 初始化 pygame.init() # 初始化
score = 0 score = 0
......
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