SOURCE Introduction
"Meng Mei Dou Landlord"--cocos2d-x mobile game Source Download
Client: Source code (LUA)
Change the connection server address two ways:
1. Open C:\Windows\System32\drivers\etc\hosts file, add: 127.0.0.1 ddz.36you.net
2. Open Lua file: Client\lua\lib\nethelper.lua, change 67 lines of code "ddz.36you.net:9700" to "127.0.0.1:9700"
Server: Source code
Server framework usage instructions for a tutorial on using the Scut game engine, Path: Scut\document\tutorials\ "Scut game engine" using tutorials. doc
Where to modify
1.zygames.doudizhu.hostserver\pyscript\route.config.xml file, <lib path= "D:\Python\Lib"/> Changed to Python installation directory
2. Modify the sa password in App. Config, and the Paydb_acount, snscenter_acount configuration
Size: MB
Test environment
Engine version: 2.2 Development tools: vs2013
Test Description: Based on cocos2d-x2.2 test
Server-side configuration: Need to install Redis, SQL Server, run database scripts,. NET Framework 4.5
Client: Change server address
SOURCE Download: http://www.yxkfw.com/thread-4784-1-1.html
Cocos2d-x chess mobile Game "Meng Mei Dou Landlord" network version of the full source download