Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

L.I.A.MView game page

L.I.A.M. is a game where you personify a little character who has to clean all the areas from monsters.
Submitted by alt404 (@alt404_) — 9 minutes, 23 seconds before the deadline
Add to collection

Play game

L.I.A.M's itch.io page

Which parts of the entry did you NOT make?
None

Which parts of the entry did you make BEFORE the jam?
None

How many people were on your team?
3

What engine / tools did you use for the entry?
Aseprite - Eclipse Java IDE (no engine or library : pure Java :))

How did your jam go? Did you enjoy the topic and limitation(s)?
Great ! It was fun to do only a one bit game

How do you feel about the jam being unranked?
We don't really care about if it's ranked or not. We do jams for our own interest. It make us doing things quicker and better

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit)

Looks interesting in the screenshots and poking around in the .jar file but it wouldn't run for me. I have openjfx installed. Let me know if you get it fixed to run on Java 11 and I'll try again.

java -jar Liam.jar Exception in thread "main" java.lang.NoClassDefFoundError: javafx/scene/media/AudioClip
    at main.engine.ui.SoundManager.loadSoundEffects(SoundManager.java:37)
    at main.game.Game.loadResources(Game.java:166)
    at main.game.Game.<init>(Game.java:85)
    at main.game.Game.main(Game.java:69)
Caused by: java.lang.ClassNotFoundException: javafx.scene.media.AudioClip
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    ... 4 more

java --version
openjdk 11.0.3 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, sharing)

https://stackoverflow.com/questions/56848305/java-lang-noclassdeffounderror-when...