Michionlion / exfour-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

yarn install

To run in hot reloading mode:

yarn serve

To create a production build:

yarn build

To run unit tests:

yarn test

About


Languages

Language:JavaScript 95.4%Language:Less 2.7%Language:HTML 1.3%Language:Dockerfile 0.7%