This repository was archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Build Instructions
Derek Detweiler edited this page Aug 16, 2017
·
7 revisions
Platypus relies on SpringRoll and its Grunt processes to handle building the game. To quickly get a game up and running, we highly recommend starting with Spring Roll Studio and importing the Platypus Spring Roll Template. That process is outlined below.
- Download and install the latest release of Spring Roll Studio.
- Download the Platypus Platypus Spring Roll Template.
- Open Spring Roll Studio and select "New" to start a new project.
- In the resulting panel, choose the gear to add a new template.
- Drag and drop the Platypus template folder into the provided space to install it.
- Now, with the Platypus template selected, fill in the rest of the data. The necessary modules for Platypus will already be selected.
- To build the game, select the "Tasks" button and run "build-dev" or "build-debug" to compile the game. These are also available from the command line as Grunt commands.
- The game can be tested by choosing "Preview" once a build has been made.