https://github.com/michionlion/exfour-js
https://github.com/michionlion/exfour-js
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michionlion/exfour-js
- Owner: Michionlion
- Created: 2021-02-09T23:16:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T21:05:34.000Z (over 4 years ago)
- Last Synced: 2025-01-04T07:26:55.198Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```