I just wanted to be sure but do we need to compile this game ourselves to play it or am I missing something? Sorry to be a pain.
Viewing post in Badfish jam comments
I believe so? I'm not entirely sure, but from what I can figure out, the easiest way to open & run it is to import the whole folder as a project into a Java IDE like IntelliJ, then in the lwjgl3/src/java/io/github/badfish1/lwjgl3/ folder, you should just be able to run the Lwjgl3Launcher file. It's a pain, but I couldn't figure out how to pack the thing into a .exe file or .jar file, since all of the instructions i could find online were pretty much incomprehensible to me :/.