4X sandbox game with legend of Mountain and Sea Classics
To experience hundreds of Chinese ancient legends like to shoot down nine suns with Hou Yi
Go "./LegendOfMountainSea/LOMS/" folder and install dependencies
$ cd ./LOMS
$ npm install
Download NW.js 64-bit Client 0.23.5
Put nwjs-v0.23.5-win-x64 or nwjs-v0.23.5-osx-x64 folder into "./LegendOfMountainSea/LOMS/"
Go "./LegendOfMountainSea/LOMS-Server/" folder and install dependencies
$ cd ./LOMS-Server
$ npm install
Begin coding
Run game on web browser without NW.js Client
$ npm run dev
Mac with NW.js Client
$ npm run start-mac
Window with NW.js Client
$ npm run start-win
GPL-2.0