Releases: JonasKaad/SemesterProject-4
Modulémon Release v1.2
It requires Java 8. Download here: https://adoptium.net/temurin/releases/?version=8
Also critically fixes a bug where game crashes when starting a new battle with an older AI loaded.
Run instructions
For run-instructions, see: https://github.com/JonasKaad/SemesterProject-4/releases/tag/v1
What's Changed
- Dependency fixes by @JonasKaad in #225
- Added support for unknown events by @AlexanderNorup in #236
- Runtime improvement of collision and some changes to AI by @VictorABoye in #237
- renamed setState and setDefautState to setView and setDefaultView by @VictorABoye in #239
- added private modifer to attributes where it was missing by @SebMon in #244
- Updated teams of npcs by @JonasKaad in #245
Full Changelog: v1.1...v1.2
Modulémon Release v1.1
It requires Java 8. Download here: https://adoptium.net/temurin/releases/?version=8
Changelog
- Fixed a bug where loading Battle without Monsters or BattleAI would throw a NPE
- Fixed a bug where the game would crash if monsters were unloaded on the map, and you then interacted with a vending machine
- Fixed a bug where standing in front of a vending machine and opening the menu would navigate both menus simultaneously.
Run instructions
For run-instructions, see: https://github.com/JonasKaad/SemesterProject-4/releases/tag/v1
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 ⭐