1 Star 0 Fork 0

LZY/pygame-small-games

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test (2).py 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
LZY2006 提交于 2021-01-28 16:33 . first commit
import testgame
import pygame
fps=1
fclock=pygame.time.Clock()
game=testgame.gamestate()
for i in range(100):
if i%2==0:
game.step([1,0])
else:
game.step([0,1])
fclock.tick(fps)
print(i)
print(game.bgcolor)
print('finish')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LZY2006/pygame-small-games.git
git@gitee.com:LZY2006/pygame-small-games.git
LZY2006
pygame-small-games
pygame-small-games
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385