A clicker simplification of a looter shooter similar to Destiny, Warframe, or The Division. Designed to be used to populate an empty Azure PlayFab title and experiment with LiveOps techniques.
Try it online at http://vanguardoutrider.com/
- Clone this repository
- Run the following commands:
npm install npm run start
- This will open a web browser running the site in debug mode
- To compile it to be served from a static host, run
npm run build
Compile the main.ts
file in /source/cloud-script
using this command:
npm run cloud-script