

You are welcome to use a separate graphical git client or git CLI if you prefer, but this guide will use Android Studio's built-in git tools.
#Ceremonial candle shattered pixel dungeon install
To use version control you will need to download and install Git. Version control is software which helps you manage changes to code. It is optional, but strongly recommended, to use version control to manage your copy of the Shattered Pixel Dungeon codebase. This guide will assume Android Studio is used, but the two programs are very similar. If you prefer Intellij you may use that instead. Either software includes all the tools you will need to compile the game.Īndroid Studio is recommended over Intellij as it is used by the developer, and makes compiling the Android version of the game simpler. (recommended) a GitHub account to fork this repository, if you wish to use version controlĭownload and install the latest version of Android Studio (or Intellij).A computer which meets the system requirements for Android Studio or Intellij.To compile Shattered Pixel Dungeon for desktop using this guide you will need:
#Ceremonial candle shattered pixel dungeon full
Performing a full setup is strongly recommended if you wish to make changes to the code beyond very minor personal modifications.

gradlew desktop:release to build a release JAR file, which will be placed in /desktop/build/libs.Īny code changes you make will be applied when you newly run or compile the game. gradlew desktop:debug to run the game in debug mode.

