求详细教程。有没有专栏 教程之类 视频,想学
python的pygame模块,很多游戏都能写哦分享几个我写的小游戏
1、【pygame开发实战】python消消乐 美轮美奂的界面效果【完整源码+详细流程】
https://blog.csdn.net/weixin_42350212/article/details/117765694 https://blog.csdn.net/weixin_42350212/article/details/117765694
2、【pygame开发实战】 我用python写了一个迷宫小游戏【完整源码,建议收藏】
https://blog.csdn.net/weixin_42350212/article/details/117186303 https://blog.csdn.net/weixin_42350212/article/details/117186303
3、【pygame开发实战】 一起来学pygame吧 游戏开发30例(十二)——推箱子 小游戏
https://blog.csdn.net/weixin_42350212/article/details/118354340 https://blog.csdn.net/weixin_42350212/article/details/118354340
4、【pygame开发实战】 一起来学pygame吧 游戏开发30例(十 一)——贪吃蛇游戏 | 蓄力计划
https://blog.csdn.net/weixin_42350212/article/details/117454103 https://blog.csdn.net/weixin_42350212/article/details/117454103
5、一起来学pygame吧 游戏开发30例(二)——塔防游戏 丨蓄力计划
https://lexsaints.blog.csdn.net/article/details/115672270 https://lexsaints.blog.csdn.net/article/details/115672270
6、一起来学pygame吧 游戏开发30例(四)——俄罗斯方块小游戏 丨蓄力计划
https://lexsaints.blog.csdn.net/article/details/115699489 https://lexsaints.blog.csdn.net/article/details/115699489
7、一起来学pygame吧 游戏开发30例(七)——飞机大战 小游戏 丨蓄力计划
https://lexsaints.blog.csdn.net/article/details/116260805 https://lexsaints.blog.csdn.net/article/details/116260805
8、一起来学pygame吧 游戏开发30例(八)——五子棋 小游戏 丨蓄力计划
https://lexsaints.blog.csdn.net/article/details/115463625 https://lexsaints.blog.csdn.net/article/details/115463625
9、 一起来学pygame吧 游戏开发30例(六)——高山滑雪 小游戏 丨蓄力计划
https://lexsaints.blog.csdn.net/article/details/115827323 https://lexsaints.blog.csdn.net/article/details/115827323
10、一起来学pygame吧 游戏开发30例(十)——射击类 小游戏 丨蓄力计划
https://lexsaints.blog.csdn.net/article/details/116976913 https://lexsaints.blog.csdn.net/article/details/116976913
有的,建议你去B站上面看视频,视频讲的比较细一点,你可以先从基础学起学好了再去学习做游戏
python入门: https://www.bilibili.com/video/BV1xs411Q799?from=search&seid=8263083138451126793 https://www.bilibili.com/video/BV1xs411Q799?from=search&seid=8263083138451126793
python小游戏开发教程: https://www.bilibili.com/video/BV1tp4y1b715?from=search&seid=5400030678505282970 https://www.bilibili.com/video/BV1tp4y1b715?from=search&seid=5400030678505282970
更多: https://search.bilibili.com/all?keyword=python%E6%B8%B8%E6%88%8F&from_source=webtop_search&spm_id_from=333.851 https://search.bilibili.com/all?keyword=python%E6%B8%B8%E6%88%8F&from_source=webtop_search&spm_id_from=333.851
可使用pygame,效率不错
但pygame只能做2d游戏,3d得自己手写
推荐unity3d
2d/3d都能写,3d游戏涉及的大量运算unity也有优化处理
1,如果你是想主要学习python编写游戏(就是以这个为重点),劝你别学pygame,就像楼上说的,学unity
因为这个库不是很好,开发缓慢先暂且不说,实现一些3d功能效果会把人累死,(当然,编程高手除外)
,2,如果你仅是想要了解一些开发游戏有关的,并不是以此为主要,可以了解一些pygame
如果我的建议对你有帮助,点击右上角给个采纳哦~