/LegendOfMountainSea

[WIP] 4X sandbox game with legend of Mountain and Sea Classics

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

LegendOfMountainSea icon

Platform npm PRs

Maintainability Test Coverage Build Status Build status

4X sandbox game with legend of Mountain and Sea Classics

To experience hundreds of Chinese ancient legends, start with Hou Yi houyi to shoot down nine suns

Installing

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

Getting started

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

Requirement

Node.js version 12.0.0 or higher

Contributing

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

License

GPL-2.0