GithubHelp home page GithubHelp logo

shacleff / baibianshuangkou Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruifly2012/baibianshuangkou

0.0 1.0 0.0 15.88 MB

温州 百变双扣

HTML 0.13% JavaScript 23.58% CMake 0.42% Csound Document 68.20% Python 7.67%

baibianshuangkou's Introduction

moyou Engine

An chess and card game framework.

Env and dependencies

Run

  • step 1:

      download Engine
      
      source:	https://pan.baidu.com/s/1SKrdwEhsIEQX2cvek4wL4A   
      extrace code:y3nf
    
  • step 2:

      unzip frameworks in cocos
      
      source in Engine/cocos_frameworks_v3.16.zip
    
  • step 3:

      unzip kbe in kbengine
    
      windows: 	Engine/kbe_windows_1.17.zip
      linux: 		Engine/kbe_tencent_ubuntu_1.17.zip
    
  • step 4:

      1.download [nginx](http://nginx.org)
      2.config nginx like nginx config.
    
  • step 5:

      config cocos/src/switch.js
    
      switches.kbeServerIP 		=> server ip 
      switches.kbeServerLoginPort => server port (in general 20013)
    
  • step 6:

      run command
      
      windows:	kbengine/assets/start_server.bat
      linux:		kbengine/assets/start_server.sh
    
  • step 7:

      login
      
      1.use explorer Access to the client address 
      2.login the service.
    

nginx config

server {

	listen       8090;
	
	server_name  YingTanMJ;
	
	location / {
		root   F:/YingTanMJ/cocos;
		#index  index.html index.htm;
		autoindex on;
		add_header Cache-Control no-store;
		expires off;
	}
	
	#location  /frameworks {
	#   root   D:/Engine/;
	#   add_header Cache-Control no-store;
	#   expires off;
	#}
}

baibianshuangkou's People

Contributors

leeminhong1990 avatar

Watchers

James Cloos 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.