第一次在 livewires 模块中编程,如何为我的可执行游戏制作起始页?
我希望我的游戏首先进入标题幻灯片,并在角色死亡(其小行星克隆)时返回该幻灯片,任何帮助将不胜感激。
I want my game to go to a title slide first and return to that slide when the character dies (its an asteroids clone) any help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 pygame 模块。有许多教程可以让您快速上手。
“Python 游戏编程”(第一篇教程)的 第 3 课中的示例:
Check out the pygame module. There are a number of tutorials that will get you up running fairly quickly.
Example from lecture 3 of "Python game programming" (first tutorial):