Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.63 KB

README.md

File metadata and controls

59 lines (46 loc) · 2.63 KB

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