Space Pirates
May 6, 2022 ยท View on GitHub

Space Pirates
This is the repository for the Space Pirates game demo for Babylon.js 5.0 Release. It contains assets and code so you can clone, learn and do modifications.
Playtest the demo
https://spacepirates.babylonjs.com/
How to build and test ?
In root folder:
npm install
To run with watch build:
npm run dev
To package:
npm run build
Also, copy assets folder from test_package\public to Docs folder.