Files
bl/README.md
昔念 6a313602b1 docs(README): 更新项目介绍和目录结构展示
- 调整标题层级,优化文档结构
- 修正项目结构展示的代码块格式
- 精简项目介绍内容,提高可读性
2025-06-21 10:34:01 +08:00

29 lines
552 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
项目结构:
```text
blazing/
├── server/ 服务端
│ ├── logic/ 逻辑服
│ └── login/ 登录服
└── README.md
```
目前仅有Logic服
主类位于 **server -> logic -> src -> main -> go -> LogicServer**
详情查看 [文档](./docs)
- [战斗](./docs/battle.md)
- [编解码](./docs/codec.md)
- [指令](./docs/command.md)
- [系统属性](./docs/properties.md)
- [登录](./docs/login.md)