You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 weeks ago | |
|---|---|---|
| bin | 12 months ago | |
| call | 3 weeks ago | |
| cmd | 11 months ago | |
| common | 3 weeks ago | |
| config | 3 weeks ago | |
| db | 3 weeks ago | |
| docs | 1 year ago | |
| game | 1 year ago | |
| modules | 3 weeks ago | |
| natsClient | 3 months ago | |
| pb/proto | 1 month ago | |
| tools | 1 year ago | |
| util | 2 months ago | |
| z_script/tunnel | 3 months ago | |
| .gitignore | 1 year ago | |
| go.mod | 3 months ago | |
| go.sum | 3 months ago | |
| main.go | 1 year ago | |
| readme.md | 1 year ago | |
readme.md
-
bin 各模块配置文件
-
call 各个模块可以调用的通用组件
-
common 通用的一些变量,与游戏业务相关的通用逻辑
-
config 读取配置文件
-
db 数据库操作
-
docs 接口文档文件
-
modules 所有模块
- matching 匹配模块
- teenpatti 游戏模块
- rummy 游戏模块
- gate 网关模块
- hall 大厅逻辑
- web web模块
- backend 后台模块
-
natsClient 实现nats订阅的相关逻辑
-
pb proto协议
-
tools 工具类
-
util 通用的方法(与游戏逻辑不相关)
- build.sh 打包编译脚本
- reboot.sh 部署脚本
- start.sh 运行所有进程脚本,可传进程参数启动单个进程
- stop.sh 停止所有进程脚本
- swagger.sh 生成接口文档
- fieldalignment.sh 自动内存对齐检查修复脚本