/LegendOfMountainSea

4X sandbox game with legend of Mountain and Sea Classics. https://skyharp.github.io/LegendOfMountainSea/

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

LegendOfMountainSea icon

Platform npm Gitter PRs

Maintainability Test Coverage Build Status AppVeyor branch

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 install -g 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 10.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