Go to file
sk f2d9d51dd6 好友申请列表 2024-05-11 15:17:02 +08:00
api3th init 2024-04-12 10:35:47 +08:00
common 道具掉落添加渠道开关 2024-05-10 16:38:10 +08:00
data update DB_GameItem.xlsx 2024-05-10 18:04:25 +08:00
dbproxy 好友申请列表 2024-05-11 15:17:02 +08:00
doc init 2024-04-12 10:35:47 +08:00
etcd 道具掉落添加渠道开关 2024-05-10 16:38:10 +08:00
gamerule 机器人互动表情 2024-04-28 11:34:37 +08:00
gamesrv review 2024-05-10 18:23:03 +08:00
gatesrv init 2024-04-15 15:12:47 +08:00
mgrsrv rename 2024-04-17 10:19:01 +08:00
model 好友申请列表 2024-05-11 15:17:02 +08:00
mq init 2024-04-12 10:35:47 +08:00
proto init 2024-04-12 10:35:47 +08:00
protocol update 2024-05-11 11:02:24 +08:00
public@f2cb642621 update 2024-05-11 11:02:24 +08:00
ranksrv 等级榜修改 2024-05-08 18:07:07 +08:00
robot 机器人比赛场数量参数 2024-04-28 18:02:16 +08:00
rpc init 2024-04-12 10:35:47 +08:00
schedulesrv rename 2024-04-17 10:19:01 +08:00
shell 任务系统优化 2024-04-26 09:44:25 +08:00
srvdata fix:游戏掉落道具 2024-05-10 15:30:14 +08:00
tools update data 2024-05-06 16:09:25 +08:00
webapi 邀请分享链接简化 2024-05-09 17:18:16 +08:00
worldsrv 好友申请列表 2024-05-11 15:17:02 +08:00
xlsx update DB_GameItem.xlsx 2024-05-10 18:04:25 +08:00
.gitattribute init 2024-04-12 10:35:47 +08:00
.gitignore 忽略xlsx2binary 2024-04-26 18:22:42 +08:00
.gitmodules init 2024-04-15 11:51:32 +08:00
CHANGELOG.md init 2024-04-12 10:35:47 +08:00
README.md delete gen_web.bat 2024-04-17 18:10:06 +08:00
build-sub.bat init 2024-04-15 11:51:32 +08:00
build.bat init 2024-04-15 11:51:32 +08:00
build_linux.bat init 2024-04-15 11:51:32 +08:00
build_mac.bat init 2024-04-15 11:51:32 +08:00
close.bat 添加脚本 2024-04-17 09:24:28 +08:00
clrlogs.bat 添加脚本 2024-04-17 09:24:28 +08:00
gen_data.bat 解决冲突 2024-04-29 17:20:53 +08:00
gen_go.bat 解决冲突 2024-04-29 17:20:53 +08:00
imports.go init 2024-04-12 10:35:47 +08:00
startup.bat init 2024-04-15 11:51:32 +08:00
update_deploy.bat update_deploy.bat 2024-04-22 10:45:10 +08:00
update_public.bat update_public.bat 2024-04-24 16:57:28 +08:00

README.md

game

游戏业务代码

子仓库

public子仓库本项目本身并没有使用只是用来暴露部分公共代码供其他项目使用。
例如:
1.客户端同步通信协议
2.客户端同步游戏配置

初始化子仓库

git submodule update --init --recursive

更新子仓库

git submodule update --remote

更新并提交子仓库代码

update_public.sh

脚本

gen_data.bat

xlsx文件转换为json,dat文件,生成pbdata.proto,生成srvdata包

gen_go.bat

proto文件生成go文件

build.bat

生成可执行文件

startup.bat

启动游戏

update_deploy.bat

更新部署代码

update_public.sh

更新并提交公共代码仓库