Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Releases: JonasKaad/SemesterProject-4

Modulémon Release v1.2

24 May 06:50
0c9c575
Compare
Choose a tag to compare

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

Full Changelog: v1.1...v1.2

Modulémon Release v1.1

19 May 08:48
d9735b7
Compare
Choose a tag to compare

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

17 May 09:06
f115775
Compare
Choose a tag to compare

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

  1. Start by downloading the attached Modulemon.v1.zip
  2. Unzip the folder anywhere
  3. 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 either run-windows.bat or run-bash.sh depending on what system you're using. (if using zsh, do sh run-bash.sh)
  4. 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 ⭐