Original link: https://chegva.com/5531.html
Airplane War Game Introduction
-
Hand-in-hand lead everyone to
编写每一行代码
, and work together to complete a完全面向对象版本
of the actual combat project of aircraft warfare. -
In the process of writing and explaining the project code,
每行代码都有详尽的注释
. -
After learning this practical project, you can master
Python项目开发中的众多技能
, including: coding standards, object orientation, code refactoring, etc., which can极大地提高Python技能和水平
.
Build a development environment
-
Python
-
Integrated Development Environment PyCharm
-
3rd party library pygame for game development
pip3 install pygame pip3 install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple/ python3 -m pygame.examples.aliens
◎Effect demonstration:
This article is reprinted from: https://chegva.com/5531.html
This site is for inclusion only, and the copyright belongs to the original author.