An open API service indexing awesome lists of open source software.

https://github.com/moralcode/jacksonrpg

An RPG depicting two kids named Jackson in their comical quest to survive high school
https://github.com/moralcode/jacksonrpg

Last synced: 10 months ago
JSON representation

An RPG depicting two kids named Jackson in their comical quest to survive high school

Awesome Lists containing this project

README

          

# JacksonRPG

An RPG depicting two kids named Jackson in their comical quest to survive high school.

## How to Setup

### IntelliJ
1. Download or clone the repository
2. Open IntelliJ, select **Import Project** and select the whole repository folder
3. When prompted, Pick *Gradle* as the build manager and select **Use Auto Import** on the next screen
3. After a few seconds, intelliJ should pop up with a dialog box asking to import modules. Make sure all are checked and select ok.
4. Right-Click on the `DesktopLauncher` class in the `desktop` package and select **Run** to build and run the project
5. Under the *Configurations* dropdown in the upper-right corner, you can click **Save DesktopLauncher Configuration** to save the configuration.