This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Modulémon Release v1
This is the first, and probably final release of Modulémon.
It requires Java 8. Download here: https://adoptium.net/temurin/releases/?version=8
Run instructions
- Start by downloading the attached
Modulemon.v1.zip
- Unzip the folder anywhere
- If JAVA 8 is your default-path java runtime (Meaning that if you do
java -version
and get Java 8 returned), then you can just double-click eitherrun-windows.bat
orrun-bash.sh
depending on what system you're using. (if usingzsh
, dosh run-bash.sh
) - That's it, enjoy our game.
If you're not running Java 8 as your main java runtime, then you manually have to run the pax-runner using your installed java 8 instance.. Run:
java -jar pax-runner-1.9.0.jar runner/deploy-pom.xml
Using your java 8 instance of course.
Enjoy ⭐