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

https://github.com/michionlion/exfour-js


https://github.com/michionlion/exfour-js

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# ExFour

A space 4x game where you capture planets to increase your industrial base in
a procedurally generated galaxy. You'll fight your way through solar systems,
clusters, and eventually, if all goes well, you will become the master of the
galaxy.

## Building and running locally

First install dependencies:

```bash
yarn install
```

To run in hot reloading mode:

```bash
yarn serve
```

To create a production build:

```bash
yarn build
```

To run unit tests:

```bash
yarn test
```