Skip to content

vanhumbeecka/starborne-battleplanner

Repository files navigation

Starborne battleplanner

CI

Starborne Battleplanner shows data on a hexagonal map, using the same coordinate system as Starborne itself. At the moment, only some spy reports are shown.

Read the accompanying blogpost on how this was build.

Preview

screenshot

Development

The project uses the following tech:

  • TypeScript & Webpack
  • Phaser v3 as "front-end framework"
  • Mocha & Chai for unit tests

To install dependencies, run

yarn

To develop locally, run

yarn dev

To test, run

yarn test

To build, run

yarn build