Skip to main content

Template Installation

warning

This is a first release of the custom power-up system - future releases will allow you to make use of templates without having to manually sync code with your project.

To install a power-up template, you'll first need to make sure that you're set up to work on FFS projects.

Then, instead of creating your own project, start by using Git to clone the repository of the template you'd like to work with. For example, if we want to start with the top-down power-up template:

git clone git@github.com:FieroStudioLtd/fiero-powerups-topdown.git

And then, follow the standard FFS project instructions on how to connect VS Code with your project.