Add files via upload

This commit is contained in:
2022-05-27 18:53:13 +08:00
committed by GitHub
parent 06204af73e
commit 2b3c138a5b
9 changed files with 558 additions and 513 deletions

View File

@@ -1,12 +1,13 @@
# Plane Fighting (plane_fighting)
## 简介
一个跨平台的简易"飞机大战"小游戏
## 支持
基于Python & PyGame 运行
可通过 Buildozer 打包为移动应用
## 协议
图标库(./images/)来自 IconFont
音效库(./sound/)来自网络
字体库(./font)来自 Ubuntu
相应的版权归作者所有
本目录中其他所有的源代码文件根据 GPL 3.0 协议开源
# Plane Fighting (plane_fighting)
## 简介
一个跨平台的简易"飞机大战"小游戏
## 支持
基于 Python & PyGame 运行
可通过 Buildozer 打包为移动应用
## 协议
图标库(./images/)来自 IconFont
音效库(./sound/)来自网络
字体库(./font)来自 Ubuntu
相应的版权归作者所有
本目录中其他所有的源代码文件根据 MIT 协议开源