印度包网
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.
 
 
 
zhora 9babf19476 修复bug 2 weeks ago
bin 自研slot接入 12 months ago
call 任务模块 2 weeks ago
cmd pg3请求结构更新 11 months ago
common 任务模块 2 weeks ago
config 优化支付权重 3 weeks ago
db es查询数量 3 weeks ago
docs init 1 year ago
game init 1 year ago
modules 修复bug 2 weeks ago
natsClient 裂变活动 3 months ago
pb/proto 任务模块 2 weeks ago
tools init 1 year ago
util agropay支付 2 months ago
z_script/tunnel aagame 3 months ago
.gitignore init 1 year ago
go.mod aagame 3 months ago
go.sum aagame 3 months ago
main.go 活动提交 1 year ago
readme.md init 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 自动内存对齐检查修复脚本