SpacePirates
SpacePirates copied to clipboard
The Space Pirates game is a demo made to celebrate the Babylon.js 5.0 Release.

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.