Space orbit game for web browsers using Phaser 3 game framework.
The minigame is available to play on browser, either on PC or mobile. Deployed at: here.
Command | Description |
---|---|
yarn install |
Install project dependencies |
yarn dev |
Builds project and open web server, watching for changes on http://localhost:3000 |
yarn build |
Builds code bundle with production settings |
yarn serve |
Run a web server to serve built code bundle on http://localhost:5000 |