4X sandbox game with legend of Mountain and Sea Classics
To experience hundreds of Chinese ancient legends, start with Hou Yi to shoot down nine suns
Install LOMS Development CLI
$ npm install loms-cli -g
Fork repository, create your branch from master and run CLI command-line inside project folder
$ cd LegendOfMountainSea/
$ loms init
- Windows might get
node-gyp rebuild
error, open Powershell as admin and run
$ npm i -g --prodution --vs2015 --add-python-to-path windows-build-tools
Run game on web browser without NW.js Client
$ loms run-dev
Run game on Windows or macOS with NW.js Client
$ loms run-client
Run game's unit tests
$ loms test
Node.js version 10.0.0 or higher
LegendOfMountainSea welcomes all contributions from anyone willing to work in good faith both with other contributors and with the community.
No contribution is too small and all contributions are valued. Contributing to LegendOfMountainSea
GPL-2.0