Skip to content
Nikolai Oliver Aasheim Lydvo edited this page May 26, 2026 · 3 revisions

IDATT2003 MappeVurdering Spring 2026 Group members:

  • Nikolai Oliver Aasheim Lydvo
  • Martin Olai Amundsen Henøen

Game requirements:

  • Java 25

How to run game:

  1. Maven commandline tool:
  • Ensure you have the maven commandline tool installed
  • Download latest release source code
  • Navigate to project root and open a commandline window
  • Run the command: mvn javafx:run
  • Game should open after compiling
  1. Downloadable Jar file:
  • Download the latest release .jar file
  • Open a commandline window in the same directory as the downloaded .jar file
  • Run the command: Java -jar [filename].jar
Clone this wiki locally