Skip to content

Uncaved, my game jam entry for the GMTK 48h game jam 2023

License

Notifications You must be signed in to change notification settings

rbaltrusch/uncaved-gmtk

Repository files navigation

Uncaved

This is my game jam entry for the 48 hour GMTK game jam in 2023 (see here). The game is written in Java with libGDX (first time!) and is playable on itch.io here.

Gif of the gameplay

Getting started

The game requires at least Java 1.8 to run or build and needs to be run from within the assets folder (read the official documentation here for more information).

Package as Executable

  1. Download packr from https://github.com/libgdx/packr
  2. Download OpenJDK JRE zip to be bundled with the game and place it in the repository root directory
  3. Run packr from the repository root directory:
java -jar packr-all-4.0.0.jar  --jdk OpenJDK17U-jre_x64_windows_hotspot_17.0.7_7.zip --useZgcIfSupportedOs --executable uncaved --classpath=desktop/build/libs/desktop-1.0.jar --mainclass com.mygdx.game.DesktopLauncher --vmargs Xmx1G --output build --platform windows64

License

The code for this game is licensed under the MIT license. The visual assets and sound effects for this game use various licenses that permit free use (check here for details). The music is not open source.