Commit 539764c5 by BellCodeEditor

save project

parent fc850f9a

46.1 KB | W: | H:

74.5 KB | W: | H:

bg.png
bg.png
bg.png
bg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -77,10 +77,4 @@ while True: ...@@ -77,10 +77,4 @@ while True:
pygame.draw.rect(screen, color, pygame.draw.rect(screen, color,
(cube[1] * 20-20, cube[0] * 20-20, 20, 20), 0) (cube[1] * 20-20, cube[0] * 20-20, 20, 20), 0)
pygame.draw.rect(screen, (255, 255, 255), pygame.draw.rect(screen, (255, 255, 255),
(cube[1] * 20-20, cube[0] * 20-20, 20, 20), 1) (cube
# 得分
text_surface = font.render(str(score), True, (0, 0, 0))
screen.blit(text_surface, (350,70))
# 刷新画面
pygame.display.update()
clock.tick(FPS)
l= "周末一起去玩吧!"
l= "周末一起去玩吧!"
i=list(l)
i.insert(0,"vgfgb8*&^%%^&^%$")
s=''.join(i)
print(s)
\ 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