You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Building the Game
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.