Files
bl/README.md
昔念 9dc03542e4 docs(README): 更新项目介绍和目录结构
- 新增项目介绍和目录结构说明
- 添加 Logic 服务的主类位置信息
- 补充文档链接和相关内容
2025-06-21 10:29:20 +08:00

28 lines
553 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#blazing
这是骄阳号开发团队的开源项目请勿用于商业用途
### 项目介绍
# seer-project
项目结构:
```
blazing/
├── server/ 服务端
│ ├── logic/ 逻辑服
│ └── login/ 登录服
└── README.md
```
目前仅有Logic服. <br/>
主类位于 **server -> logic -> src -> main -> go -> LogicServer**
详情查看 [文档](./docs)
- [战斗](./docs/battle.md)
- [编解码](./docs/codec.md)
- [指令](./docs/command.md)
- [系统属性](./docs/properties.md)
- [登录](./docs/login.md)