gameClient/README.md
2025-07-08 23:36:42 +08:00

15 lines
539 B
Markdown
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.

# gameClient
1. 基础框架搭建
1. 编写 ws client。(已完成)
2. 安装 npm install -g protobufjs protoc-gen-js。生成 pb 文件。(已完成)
3. 编写 mvc。(已完成)
2. 登陆界面
1. 连接网关并实现登陆功能。(已完成)
2. 编写单独的消息解码器,派发消息时是已解码的消息。
3. 登陆成功后关闭登陆界面,进入大厅界面。
4. 网络断开时弹出转圈圈界面。
5. ai 生成更宽一点的登陆界面,以及登陆注册 ui转圈圈图标。