# slgclient **Repository Path**: mongodbw/slgclient ## Basic Information - **Project Name**: slgclient - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-30 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slg游戏客户端demo 使用CocosCreator3.4.0 开发 ## 素材来源于网络,仅供学习使用,请勿用于商业用途 ## 服务端demo:https://github.com/llr104/slgserver **鄙视b站、抖音 up主码神之路,从这里拿demo讲课也不说出处,忽悠小白是自己写的** **代码交流群:1054084192** ## 连接服务端 服务端部署成功后,修改客户端 GameConfig.ts 文件中的连接地址 ```typescript import { _decorator } from 'cc'; const GameConfig = { serverUrl: "ws://127.0.0.1:8004", //httpserver 地址 webUrl: "http://127.0.0.1:8088", //gateserver 地址 } export { GameConfig }; ``` ## 客户端截图 ### 队伍征兵 ![队伍征兵](https://s1.imagehub.cc/images/2021/04/23/d56cd91ba46b9ffd7b097dc4cb07bf5a.png) ### 占领领地 ![占领领地](https://s1.imagehub.cc/images/2021/04/23/6e75b931ec76e840720c43f1a915eb85.png) ### 出征返回 ![出征返回](https://s1.imagehub.cc/images/2021/04/23/2c6881d4caeff95de2d75c497ea0035e.png) ### 城内设施 ![城内设施](https://s1.imagehub.cc/images/2021/04/23/6e99130a9fd3a104fa3c1177bc1b0947.png) ### 武将 ![武将](https://s1.imagehub.cc/images/2021/04/23/a4cff5540d6a40a446b77fbfa58d8112.png) ### 武将详情 ![武将详情](https://s1.imagehub.cc/images/2021/04/23/f579d57ae695b0686827e78ca3003340.png) ### 友方主城 ![友方主城](https://s1.imagehub.cc/images/2021/04/23/1405cfa404e73b9bf.png) ### 敌方主城 ![敌方主城](https://s1.imagehub.cc/images/2021/04/23/23b58a83e2baaf0f1.png) ### 军队前往敌方主城 ![军队前往敌方主城](https://s1.imagehub.cc/images/2021/04/23/3.png) ### 抽卡结果 ![抽卡结果](https://s1.imagehub.cc/images/2021/04/23/33ce47f51109b5b6f7d7370d1669878a.png) ### 战报 ![战报](https://s1.imagehub.cc/images/2021/04/23/32e6bd48f6492e332640fdcd850a8118.png) ### 技能 ![技能](https://s1.imagehub.cc/images/2021/04/23/e1417839fe85f2ec30fd1e9a07cfb61f.png) ### 联盟 ![联盟](https://s1.imagehub.cc/images/2021/04/23/7d8c5e1b4119128673101a03a0ec1a8d.png) ### 聊天 ![聊天](https://s1.imagehub.cc/images/2021/04/23/5c5785ceab3b9d4707bcb75548c570a0.png)