A 2D roguelike game, with top-down view. Developed using the LibGDX framework.
An early demo is available online. Don't expect too much from it.
Yes, it is long to load.
Of course, you could also decide to fork the repo and send some Pull Requests my way.
Use the following command in your terminal, from within the location where you want the project to be:
git clone https://github.com/payne911/Arise_Deeper.git
In the root folder of the project, add a local.properties file with the following content:
# Location of the android SDK
sdk.dir=C:/Users/payne/AppData/Local/Android/Sdk
The sdk.dir= line should point to your Android SDK folder.
In IntelliJ do File > Open and select the root build.gradle as the file to open. An automatic Gradle build should launch.
You should now be able to develop.
You could download the LibGDX plugin through IntelliJ's File > Settings > Plugins.
Find the DesktopLauncher class and use its main method as the Run Configuration.
