Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

When trying to launch the game, I get this :

λ java -jar WaterFire.jar
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: sprites/messages/PlayerOneWon.png

Your github / itch.io does not mention how to launch the game :c

Looked into it, seems like it was a bug

I'm uploading the updated version now :)

It's uploaded thank you for catching this.

(2 edits)

Okay this time I could launch it ! I don't really understand what the concept / rules are though.
The directions doesn't always work (also why is it on the right stick instead of the left one :o ?)
What is the big grey moving block for ?

How do you win ? How do you lose ?

Also there's no music playing even though there is this line in the code :

Music music = MusicCreator.create("GameSounds/80502__mammo__electronic.wav");
 

Good questions, the game consists of following the gray block and throwing your particles on it to gain points. Didn't  have time to create a tutorial. Each game lasts 3 minutes and the top bar it shows who is winning at any point in time. As far as the stick umm... it was my first time creating a game using controllers and libGDX and had two different controllers to test with that had different layouts fairly confusing but will look into it for future games, as far as the directions not working I'm not entirely sure. I looked into the sound issue seems like the .wav format was the issue converting the song to .ogg fixed it. I will be uploading the new version in a few, thank you for the all feedback.

Hope that helps, just uploaded the new file, again thanks for the feedback.