Python飞机大战小游戏(基于Pygame)

pygame 写的飞机大战,项目体量不大但功能挺全,适合当期末作业或者练手小项目。飞行操作顺滑,子弹、手雷、补给什么的都有,玩起来还挺有意思。你要是刚学完面向对象,正好可以练练类结构设计,像主逻辑都集中在Main.py,结构不乱,挺好改的。

敌机分三种,大小不一样,血量不一样,爆炸效果也不一样,动画和音效都配齐了。pygame基础用得比较扎实,os模块资源文件、读写历史高分那块也有用到,整体看下来代码量 800 行,清晰不啰嗦。

背景音乐加上击中音效,体验感拉满,打着打着还会掉补给,比如双发子弹全屏炸弹这些,真挺解压的。游戏难度是逐步递增的,后面飞机一多,反应慢点就容易翻车,挺能锻炼动态场景能力。

你要是想看源码或者自己跑一跑,下面这几个链接都可以去看看:

如果你想练练pygame、做期末作业、或者搞个小项目交差,这份源码挺合适,跑起来也简单,改动空间也大,放心用。

zip
python飞机大战.zip 预估大小:62个文件
folder
python飞机大战 文件夹
folder
font 文件夹
file
font1.ttf 2.87MB
file
main.py 29KB
folder
.idea 文件夹
file
workspace.xml 11KB
file
misc.xml 294B
folder
inspectionProfiles 文件夹
file
profiles_settings.xml 174B
file
modules.xml 283B
file
飞机大战.iml 485B
file
.gitignore 50B
file
record.txt 5B
folder
images 文件夹
file
pause_pressed.png 5KB
file
enemy1_down4.png 5KB
file
enemy1.png 4KB
file
again.png 6KB
file
enemy2.png 11KB
file
bomb.png 8KB
file
me_destroy_2.png 22KB
file
enemy2_hit.png 11KB
file
enemy1_down2.png 4KB
file
enemy3_n1.png 67KB
file
enemy3_hit.png 67KB
file
gameover.png 7KB
file
resume_nor.png 5KB
file
bullet2.png 4KB
file
life.png 4KB
file
bomb_supply.png 10KB
file
enemy3_n2.png 67KB
file
enemy3_down2.png 70KB
file
enemy2_down4.png 11KB
file
me_destroy_4.png 9KB
file
me1.png 15KB
file
me_destroy_3.png 17KB
file
enemy1_down1.png 4KB
file
enemy3_down1.png 70KB
file
enemy3_down5.png 70KB
file
background.png 74KB
file
resume_pressed.png 5KB
file
me2.png 15KB
file
enemy2_down1.png 16KB
file
bullet_supply.png 9KB
file
me_destroy_1.png 27KB
file
enemy3_down4.png 86KB
file
bullet1.png 4KB
file
enemy1_down3.png 5KB
file
enemy3_down6.png 26KB
file
enemy3_down3.png 77KB
file
pause_nor.png 5KB
file
enemy2_down3.png 13KB
file
enemy2_down2.png 15KB
folder
__pycache__ 文件夹
folder
sound 文件夹
file
button.wav 11KB
file
get_bomb.wav 23KB
file
upgrade.wav 38KB
file
get_bullet.wav 104KB
file
enemy1_down.wav 72KB
file
bullet.wav 36KB
file
supply.wav 34KB
file
enemy3_flying.wav 104KB
file
bjmusic.wav 18.69MB
file
me_down.wav 90KB
file
use_bomb.wav 83KB
file
enemy3_down.wav 142KB
file
enemy2_down.wav 59KB
file
game_music.ogg 339KB
zip 文件大小:21.76MB