Skip to main content

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

WaterFireView game page

Multiplayer territory war game (requires 2 controllers)
Submitted by Fethore — 1 hour, 46 minutes before the deadline
Add to collection

Play game

WaterFire's itch.io page

Results

CriteriaRankScore*Raw Score
Audio#2740.8661.500
Theme interpretation#2791.1552.000
Innovation#2970.8661.500
Gameplay#3010.8661.500
Overall#3030.8661.500
Graphics#3050.8661.500

Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

GitHub repository
https://github.com/Fethore/WaterFire

Theme interpretation
Multiplayer territory war game (requires 2 controllers)

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

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
Developer

Looked into it, seems like it was a bug

I'm uploading the updated version now :)

Developer

It's uploaded thank you for catching this.

Submitted (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");
 
Developer

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.

Developer

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