Skip to content

shacleff/YiWuMJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feixia 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;
	#}
}

About

浙江义乌麻将

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Csound Document 71.4%
  • JavaScript 20.6%
  • Python 7.5%
  • CMake 0.3%
  • Batchfile 0.1%
  • HTML 0.1%