- 博客(1)
- 收藏
- 关注
原创 利用python做贪吃蛇小游戏(复制即可用)
gameOverFont = pygame.font.SysFont('arial.ttf',54)#游戏结束字体和大小。scoreFont = pygame.font.SysFont('arial.ttf',54)#得分情况显示。playSurface = pygame.display.set_mode((600,460))#窗口大小。pygame.display.set_caption('贪吃蛇(小张制作)')#窗口名称。x = random.randrange(1,30)#和游戏界面大小相关。
2023-12-28 18:35:31
2554
1
空空如也
为什么算的不对 教我一下吧
2023-10-12
TA创建的收藏夹 TA关注的收藏夹
TA关注的人