An open API service indexing awesome lists of open source software.

https://github.com/codergautam/islandwar.io


https://github.com/codergautam/islandwar.io

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# islandwar.io
A multiplayer game where you try to capture all the islands and dominate

## Setup & Running
### Debug
#### Building
```sh
npm install --include=dev
npm run build
```
#### Staring
Once the game is built, run `npm start` to execute it.
### Production
#### Building
```sh
npm install --include=dev
npm run prod
```
#### Starting
`npm start`