Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
/ PlaneBattle Public archive

PlaneBattle is one of my python projects and my game development course design.

License

Notifications You must be signed in to change notification settings

Droid-MAX/PlaneBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

飞机大战

环境:python + pygame

源文件 作用
bin/main.py 主体程序(关键)
config/settings.py 程序配置(配置游戏音效)
material/* 游戏素材
src/bullet.py 我方飞机发射子弹实现(关键)
src/enemy.py 敌方飞机实现(关键)
src/plane.py 我方飞机实现(关键)
start.py 启动程序

About

PlaneBattle is one of my python projects and my game development course design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages