Arise_Deeper icon indicating copy to clipboard operation
Arise_Deeper copied to clipboard

[PoC] Top-down 2D roguelike game, developed using the libGDX framework.

Arise Deeper

A 2D roguelike game, with top-down view. Developed using the LibGDX framework.

Demo

An early demo is available online. Don't expect too much from it.

Yes, it is long to load.

Demo GIF

early_demo

Importing the project

Of course, you could also decide to fork the repo and send some Pull Requests my way.

Firstly

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

Secondly

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.

Thirdly

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.

Optional

You could download the LibGDX plugin through IntelliJ's File > Settings > Plugins.

To launch and test

Find the DesktopLauncher class and use its main method as the Run Configuration.