UBH is a small bullet hell game.
UBH requires JDK 11 or higher to build and run.
gradlew build
- creates a runnable fat jar in ./app/build/libs/
directory.
gradlew run
- runs the program.
gradlew test
- runs unit tests.
You might need to chmod u+x gradlew
on Linux. First build will be really slow due to Gradle downloading necessary files.
The system for loading content from HJSON files was inspired by a similar system used in the game Mindustry created by Anuken. **Code for this feature was not based on Mindustry source code. No source code or other assets from Mindustry were used in this project. **