A downloadable game for Windows

That's my first app/game that I show to the world, with LibGdx.

It is about 6 months  that I started studying/trying/learning libgdx. My first thought was trying to make a platform game, but I think must focus on more times.

I had only 2.5 days to try to create something that is not very very very bad :X

At the end, I try to make a game look like doctor Mario from NES inside a post  Post Apocalyptic contest. Scope of this game is collect 4x4 blocs of water. To do that, it can be used propriety of water and lava block.  Water block can destroy all lava block in the same column. Lava block destroy 1 block in the same column.

My English writing skill is very bad (i'm not a native speaker) I hope people who are reading this message can understand me.

Download

Download
DefendTheWater.jar 6 MB

Install instructions

Download the jar and run it :)

Comments

Log in with itch.io to leave a comment.

First libGDX jam game. In only 2.5 days?  Great work! Felt like simplified Tetris with blocks.  I could see if you spent more time on this to polish it up, you could probably end up with something amazing. Keep up the good work. See you next jam!

Very well done, interesting mechanics! wish I could score more than 4 blocks of water haha great game <3

aha, you're right. My personal score is 7 points. I think there are 2 relevant problems, it cannot see what will be the next block, so it is easy in a short time to haven't space. (Precisely, a block is created when no other block can move),  Then, all blocks have 25% of being ( I assume because don't check if or what Math.Random of libgdx use a probability distribution). But this is unfair because only a lava block can destroy a block and a water block can destroy only a lava block (but destroy her self).

I think it must be used  a distribution probability that is dependent by time (and/or score), so at the start less no destruction block... at the end lot of these

Sounds like a great idea to tweak difficulty :3 you could even try to get that in for the jam review video :o

(+1)

Interesting. Looks like a tetris/dr. mario kinda game. I didn't know how to play, a tutorial or some hints would be nice. Very good for only 2.5 days of work! : )

yeah, I have written wrong information. To make one point, it needs to have a square of water(blue block, I know they are horrible)  so 2x2. There are some bugs (not managed properly destruction system), and sometimes yu can make a point with a water block in L form.