Giter Site home page Giter Site logo

molixiaoge / eenot_qpgame_server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 7sbook/eenot_qpgame_server

0.0 0.0 0.0 13.42 MB

使用cocos2d-js开发的一款h5棋牌游戏源码。本源码来自外星人源码网

Home Page: http://www.eenot.com

License: Artistic License 2.0

JavaScript 85.83% C# 1.97% CSS 0.77% HTML 10.55% Batchfile 0.11% ASP.NET 0.76%

eenot_qpgame_server's Introduction

棋牌游戏 服务端 源码

介绍

此套棋牌游戏源码包含 抢庄牛牛,捕鱼,斗地主,连线机,经典牛牛,八搭二,二八杠 等。玩法多种多样是可以正常上线运营的源码! 这是后端使用 nodejs 前端使用cocos2d-js开发的一套H5的游戏代码, coco2d-js也可以生成安卓和ios客户端,对这套代码感兴趣的小伙伴们 star 一下吧!!

客户端代码在这里:https://github.com/eenot/eenot_qpgame_client

运行截图

来自外星人源码网 来自外星人源码网 来自外星人源码网 来自外星人源码网 来自外星人源码网

架设说明

1.复制新的游戏服务器目录

2.修改新复制出来的server/app.js

app.set('port', process.env.PORT || 3104);

新的端口 3.在登录服务器里serverInfo.js 加上对应的

var serverRoom2 = {};

serverRoom2.Server = 2;

serverRoom2.bet = 5;

serverRoom2.entryCoin = 500;

serverRoom2.gift = 0;

serverRoom2.ip = "127.0.0.1";

serverRoom2.prot = "3104";	
	
serverGame1.serverInfo.push(serverRoom2);

GameConfig.push(serverGame1);

4.修改倍数 gameConfig.js

使用说明

本源码来自外星人源码网 如果在安装和架设中遇到任何问题可以加我们的QQ群交流 QQ群号:873931886

输入图片说明

eenot_qpgame_server's People

Contributors

7sbook 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.