Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Definitely one of my favorite games of this jam. I ended up running the windows version under wine since I didn't have java 1.8. Why are java developers always using that version and not later versions?

(+1)

Thanks for playing, glad you liked it!

After java 1.8 patch 221, Oracle requires developers purchase a license for commercial uses. Even though games here are often free (non-commercial), it can be easier/safer to avoid the whole situation by sticking to 1.8. Later versions of java should be able to execute 1.8 jars with no problem, so in theory this shouldn't impact the end user, but that said java can be fickle/annoying for the end user anyway - the exe wrap is by far the most popular download.

That makes sense. Under Linux it doesn't matter because the distributions are compiling the openjdk themselves. I guess I should install 1.8 and see if it works.