Jelly Splat!

I just released Jelly Splat onto the Google Play Store. It is my first full-fledged game made using libGDX. Please check it out! I’d also love to hear any comments you guys have.

Description:
Kick back, relax, and SPLAT some Jellies!

The world has been overrun by squishy slimy Jellies! Don’t let their cute looks fool you. These Jellies are dangerous! The longer you survive, the more varied and threatening the Jellies will get. Choose a hero and defeat the Jellies!

Features:
☆ Discover all the different Jelly types
☆ Collect and play as 6 unique heroes (with more heroes coming soon!)
☆ Bring your splatting sessions to various worlds
☆ Endless gameplay
☆ Play with friends and family using Google leaderboards
☆ Complete achievements

Google Play URL: https://play.google.com/store/apps/details?id=com.ritobyte.jellysplat.android

Gameplay video:

tRs8CEyQD-Y

Your Googleplay url doesn’t work :confused:

Just fixed it. Thanks for the heads up :smiley:

there seems to be some kind of problem.
I open the app, see the logo. After that I get a blank screen.
That’s what logcat shows me (it does not allow to ctrl c ctrl v sorry):

Hmm, it works on the devices I tested it on. Could you please tell me what phone you were using? Also, did the screen become white or black after the logo? On some older devices, the loading that happens during the splash screen can take a while, so the screen stays white for longer than I would like. Could you let me know if this is the case for you? Thank you very much for your help!

I downloaded it also on my Motorola Moto G - it did run flawlessly .

On my shitty tablet:

It hung on a white screen after the logo.

About the game itself, I’m not a big fan of virtual joypads so I couldn’t enjoy that much.
The graphics are solid and consistent, however I feel the icons sometimes are too small. Some sort of feedback on the menus would also feel nice.

I’ll look into why it doesn’t work on the tablet. Was it connected to internet? I’m not sure, but maybe being unable to sign into Google Play Games might cause it to hang.

I also included an option for controlling movement using the accelerometer if that’s more to your liking.

Again, thanks for your help and feedback. I really appreciate it!

I tried turning my wi fi off, same white screen unfortunately.

I’m curious on how you did the ads implementation with libgdx . Which provider did you use ? And how is the integration of that kind of “watch a video for X coins” ?
Thank you.

The regular pop-up ads are Google Admob, which was actually quite difficult to add, at least for me. On the bright side, once Admob is integrated, it’s quite simple to also add Google Play leaderboards and achievements. The Adcolony ads were much easier to integrate. I only needed to add the library, implement a class, and call two methods.

Hi everyone!

I just released updates with the following changes:

  1. added an additional control option with a joystick locked to the lower left corner.
  2. improved the ‘moving joystick’ so that it follows your finger when you drag outside of its boundary. This should improve its usability.
  3. added a clearer control settings screen to explain the three available control schemes.
  4. made it so that the Android back button goes back a screen or exits the game, depending on where you are.

Check it out if you have the chance. Thanks!