https://github.com/efjerryyang/defend-the-frontline-backend
面向对象实践 | 飞机大战安卓移植-后端
https://github.com/efjerryyang/defend-the-frontline-backend
Last synced: about 1 year ago
JSON representation
面向对象实践 | 飞机大战安卓移植-后端
- Host: GitHub
- URL: https://github.com/efjerryyang/defend-the-frontline-backend
- Owner: efJerryYang
- Created: 2022-06-09T17:50:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:41:50.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:41:26.886Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# defend-the-frontline-backend
[English](./README_en.md) | [中文](./README.md)
面向对象实践 | 飞机大战安卓移植-后端
该脚本改自网上博客,链接在代码里有提供,只负责数据传输以及和客户端通信,游戏逻辑在安卓端。
> 因为学校定位「安卓移植」这种说法比较让人误解,导致游戏逻辑被迁移到了安卓前端。正常应该是服务器跑游戏逻辑,然后前端只负责渲染的,加上当时个人水平有限,前端写完了才意识到这个问题,但因为在期末,最后也就只能这样了。
| [前端仓库](https://github.com/efJerryYang/DefendTheFrontline)
| [飞机大战原版仓库](https://github.com/efJerryYang/AircraftWar)
|