/LegendOfMountainSea

4X sandbox game with legend of Mountain and Sea Classics, to experience hundreds of Chinese ancient legends

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

LegendOfMountainSea icon

Platform Software License Gitter PRs Build Status AppVeyor branch

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 houyi

Getting started LOMS

Go "./LegendOfMountainSea/LOMS/" folder and install dependencies

$ cd ./LOMS
$ npm install

Optional: with NW.js Client

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/"

Getting started LOMS-Server

Go "./LegendOfMountainSea/LOMS-Server/" folder and install dependencies

$ cd ./LOMS-Server
$ npm install

Begin coding

Start the game

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

License

GPL-2.0