https://github.com/vanhumbeecka/starborne-battleplanner
Starborne Battleplanner
https://github.com/vanhumbeecka/starborne-battleplanner
hexagonal-grids hexagons phaser phaser3
Last synced: 29 days ago
JSON representation
Starborne Battleplanner
- Host: GitHub
- URL: https://github.com/vanhumbeecka/starborne-battleplanner
- Owner: vanhumbeecka
- License: mit
- Created: 2020-04-13T09:30:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:02:23.000Z (over 2 years ago)
- Last Synced: 2024-11-04T10:43:39.059Z (6 months ago)
- Topics: hexagonal-grids, hexagons, phaser, phaser3
- Language: TypeScript
- Homepage: https://vanhumbeecka.github.io/starborne-battleplanner/
- Size: 5.82 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - vanhumbeecka/starborne-battleplanner - Starborne Battleplanner (phaser)
README
# Starborne battleplanner

*Starborne Battleplanner* shows data on a hexagonal map, using the same coordinate system as [Starborne](https://starborne.com/) itself.
At the moment, only some spy reports are shown.Read the accompanying [blogpost](https://blog.codemine.be/posts/20200415-fun-with-phaser/) on how this was build.
## Preview

## Development
The project uses the following tech:
- TypeScript & Webpack
- [Phaser v3](https://phaser.io/) as "front-end framework"
- Mocha & Chai for unit testsTo install dependencies, run
```
yarn
```To develop locally, run
```
yarn dev
```To test, run
```
yarn test
```To build, run
```
yarn build
```