JRogue
JRogue is a roguelike dungeon crawler written in Java using LibGDX.
Building
Prerequisites
- Git
- Git LFS
- JDK 8
- Gradle (optional, wrapper is included in repo)
Build steps
- 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.
Contributing
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.
Credits
All contributors listed at here.
Licence
This project is licenced under the MIT License.