Go to file
sk 0fab663f61 update 2024-05-22 18:08:29 +08:00
api3th init 2024-04-12 10:35:47 +08:00
common 比赛场代码优化 2024-05-21 15:08:16 +08:00
data update 2024-05-22 18:08:29 +08:00
dbproxy 拉霸奖池金额数据类型错误 2024-05-17 15:44:48 +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 比赛场代码优化 2024-05-21 15:08:16 +08:00
gatesrv init 2024-04-15 15:12:47 +08:00
mgrsrv 后台增加添加道具接口 2024-05-16 09:59:18 +08:00
model 比赛场代码优化 2024-05-21 15:08:16 +08:00
mq init 2024-04-12 10:35:47 +08:00
proto init 2024-04-12 10:35:47 +08:00
protocol 比赛场代码优化 2024-05-21 15:08:16 +08:00
public@bff2b12f34 update 2024-05-22 18:08:29 +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 优化游戏类型判断 2024-05-17 09:16:49 +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-21 15:08:16 +08:00
xlsx update 2024-05-22 18:08:29 +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

更新并提交公共代码仓库