Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 470 Bytes

Space Pirates

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.