Giter Club home page Giter Club logo

majiongreadme's Introduction

房卡棋牌游戏行业解决方案


开发服务

开放源代码

  • 账号系统
  • 房间系统
  • 公告系统
  • 战绩回放

容器服务

  • 一站式镜像
  • 计算弹性扩缩容

运维服务

  • GM管理后台
  • 分销系统

arch

##在容器上部署

1.获取源代码

2.部署镜像

mysql

  • 安装 pocker pull mysql
  • 启动 docker run --name first-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -d mysql

麻将接入服,登陆服

  • 编译 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.branch=git rev-parse --abbrev-ref HEAD -X main.commit=git rev-parse HEAD"
  • 配置 修改conf_pro.toml配置文件
  • 安装 docker build -t qnmahjong .
  • 启动 login : docker run -it --rm --name qnmahjong_login --link first-mysql:mysql -p 5001:5001 qnmahjong login
  • 启动 logic : docker run -it --rm --name qnmahjong_logic --link first-mysql:mysql -p 5002:5002 qnmahjong logic

3.编译客户端版本

  • 客户端环境:游戏引擎为Cocos2dx-2.2.6,主要逻辑由Lua编写,场景UI用CocosBuilder生成
  • 填写登陆服务器地址: IP:端口 -- 试用演示地址 http://100.100.33.99:5001

4.游戏运行截图

  • 游戏登陆界面 游戏登陆页面
  • 游戏大厅页面 游戏大厅页面
  • 打牌效果图 游戏大厅页面

5.游戏体验链接


联系方式:

  • 二维码
  • QQ技术支持群: 99124448

majiongreadme's People

Contributors

shuimuliang avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.