JRogue is a roguelike dungeon crawler written in Java using LibGDX.
- Git
- Git LFS
- JDK 8
- Gradle (optional, wrapper is included in repo)
- Make sure that Git LFS is installed before cloning JRogue.
- Clone the repository:
git clone https://github.com/Lemmmy/JRogue
- Navigate to the game directory:
cd JRogue
- Run
./gradlew run
to run the game.
Note: Currently, only IntelliJ is supported.
- Make sure that Git LFS is installed before cloning JRogue.
- Download the Lombok plugin for IntelliJ.
- Clone the repository:
git clone https://github.com/Lemmmy/JRogue
- Open the project's
build.gradle
file in IntelliJ, enable auto-import in the Gradle dialog, and hit OK. - Enable annotation processors (required to get the project to compile): File → Settings → Build, Execution, Deployment → Compiler → Annotation Processors. Check "Enable annotation processing".
- Run the "Run JRogue" configuration to run the game.
All contributors listed at here.
This project is licenced under the MIT License.