Go to file
sk 2fe90f46a5 游戏牌局统计 2024-04-26 14:51:37 +08:00
api3th init 2024-04-12 10:35:47 +08:00
common 成就任务 2024-04-26 11:18:56 +08:00
data 任务系统优化 2024-04-26 09:44:25 +08:00
dbproxy Merge branch 'develop' into tongji 2024-04-24 17:22:25 +08:00
doc init 2024-04-12 10:35:47 +08:00
etcd no message 2024-04-19 09:57:48 +08:00
gamerule 【高棉象棋的每步时长优化】 2024-04-17 14:48:40 +08:00
gamesrv 游戏牌局统计 2024-04-26 14:51:37 +08:00
gatesrv init 2024-04-15 15:12:47 +08:00
mgrsrv rename 2024-04-17 10:19:01 +08:00
model 游戏牌局统计 2024-04-26 14:51:37 +08:00
mq init 2024-04-12 10:35:47 +08:00
proto init 2024-04-12 10:35:47 +08:00
protocol 周卡礼包 2024-04-26 10:21:36 +08:00
public@b3c791a33e 成就任务 2024-04-26 11:18:56 +08:00
ranksrv 玩家等级排行榜 2024-04-23 09:58:57 +08:00
robot init 2024-04-15 15:12:47 +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-04-26 13:40:47 +08:00
tools 任务系统优化 2024-04-26 09:44:25 +08:00
webapi init 2024-04-12 10:35:47 +08:00
worldsrv 游戏牌局统计 2024-04-26 14:51:37 +08:00
xlsx 任务系统优化 2024-04-26 09:44:25 +08:00
.gitattribute init 2024-04-12 10:35:47 +08:00
.gitignore update .gitignore 2024-04-17 11:07:58 +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 proto生成优化 2024-04-17 16:52:35 +08:00
gen_go.bat proto生成优化 2024-04-17 16:52:35 +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

更新并提交公共代码仓库