Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 758 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 758 Bytes

Vanguard Outrider

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.

Live demo

Try it online at http://vanguardoutrider.com/

Try it

  1. Clone this repository
  2. Run the following commands:
    npm install
    npm run start
  3. This will open a web browser running the site in debug mode
  4. To compile it to be served from a static host, run
    npm run build

Cloud Script

Compile the main.ts file in /source/cloud-script using this command:

npm run cloud-script