Lemmmy / JRogue

Roguelike dungeon crawler written in Java
MIT License
3 stars 0 forks source link

JRogue

JRogue is a roguelike dungeon crawler written in Java using LibGDX.

Building

Prerequisites

Build steps

  1. Make sure that Git LFS is installed before cloning JRogue.
  2. Clone the repository: git clone https://github.com/Lemmmy/JRogue
  3. Navigate to the game directory: cd JRogue
  4. Run ./gradlew run to run the game.

Contributing

Note: Currently, only IntelliJ is supported.

  1. Make sure that Git LFS is installed before cloning JRogue.
  2. Download the Lombok plugin for IntelliJ.
  3. Clone the repository: git clone https://github.com/Lemmmy/JRogue
  4. Open the project's build.gradle file in IntelliJ, enable auto-import in the Gradle dialog, and hit OK.
  5. Enable annotation processors (required to get the project to compile): File → Settings → Build, Execution, Deployment → Compiler → Annotation Processors. Check "Enable annotation processing".
  6. Run the "Run JRogue" configuration to run the game.

Credits

All contributors listed at here.

Licence

This project is licenced under the MIT License.