Bubbles & Slugs by Chaoslab

[raw]
made by Chaoslab for LD32 (JAM)
Bubbles & Slugs an Abstract Arcade Game.

Some one was mean to you at school so you have decided to use your Slug Gun to destroy their Lettuce Garden.

Left Mouse (keep the button down instead of clicking)
- Click on Bubble to collect it
- Click on Slug to collect it
- Click Helpers to spawn Bubbles and Slugs

Right Mouse
- Click on a Chicken trap it any Bubbles you have.
- Click on a trapped Chicken will make the bubble stronger (and cost a bubble).
- Click on Left / Right Edge (Highlights Green) to Fire Slugs you have.

Once all the Lettuce has spawned and has been eaten you will progress to the next level.

NOTE: This is a JAVA Application so download the current version and install it from Oracles site if you need too.

General idea is to collect Slugs and Bubbles while waiting for Lettuce to spawn. Once the Lettuce has spawned you trap the Chickens and spawn your Slugs accordingly (till all the Lettuce has been eaten).

If you run out of Slugs or Bubbles the helpers are there to get more.

It is a small entry (that took a while to get momentum). Didn't make a start screen so the game just starts at Level #1.

Made all the Music, Pixel Art, and Code (minus libs).

Enjoy your unconventional weapons Bubbles and Slugs! :-)

-----------[ Technical ]---------------------

Windows:
run_game.bat - to run on Windows
run_game_slow.bat - if is a bit fast for you
Mac:
run_game.sh - to run on Mac (NOTE: music will probably not play).
run_game_slow.sh - if is a bit fast for you.

Nix:
run_game.sh - Maybe?
run_game_slow.sh - if is a bit fast for you.

Command Line Arguments ----
level: 1-8
delay: (slow it down if need be).
cheat:chickens cheat mode

Example of level 5 running a bit slower and cheating
java ld level:5 delay:20 cheat:chickens

-----------[ Unfixed Bugs ]----------------------
BUG 008: Music not playing on MacOS.
BUG:009: Particle System not working.

-----------[ Fixed Bugs in order of fixed ]------------------
BUG 001: Loading outside Dev Environment.
BUG 002: Level completion / Game completion not possible.
BUG 007: Corrected invalid Config files. (font loading issue)
BUG 006: Will not run on MacOS.
BUG 005: Some spelling errors.
BUG 003: Music does not loop.
BUG 004: Slugs moving backwards. (Showing wrong animation)

Ratings

Coolness 65% 3
Overall(Jam) 2.77 875
Audio(Jam) 2.64 549
Fun(Jam) 2.45 907
Graphics(Jam) 3.00 653
Humor(Jam) 2.44 722
Innovation(Jam) 2.79 691
Mood(Jam) 2.69 773
Theme(Jam) 2.94 783

Feedback

馃帳 Chaoslab
21. Apr 2015 路 00:50 UTC
There are bugs so bug fixes are coming! :-)
馃帳 Chaoslab
21. Apr 2015 路 01:35 UTC
The Bugs are so bad it will not even run except in dev mode on my machine. Will post when a working version is available.
馃帳 Chaoslab
21. Apr 2015 路 02:44 UTC
Game is now loading and running so it can be downloaded and played, but...

Bad Bug in level completion code that needs to be fixed so the first level is not completable.

You can use command line args to see the 8 levels, example:
java ld level:3

Getting back to bug fixing.
馃帳 Chaoslab
21. Apr 2015 路 09:33 UTC
All Systems are go!

The game can now be completed!

Please download and enjoy!

:-)
Matt Tuttle
22. Apr 2015 路 02:28 UTC
Tried to run the game on OS X and got an error. ERROR: SpriteLoader.load_spr_imageio file does not exisit?

java.lang.NullPointerException
at ce2.Font.init(Font.java:34)
at game.GB.init_gfx(GB.java:167)
at game.GB.run(GB.java:238)
at java.lang.Thread.run(Thread.java:695)
ianb96
22. Apr 2015 路 02:29 UTC
I tried running it from the command line like you said but I just got a few file does not exist errors and a few others, I think its because I don't have a c:/_resource directory or a dev.bld file in the install directory
ProjectX593
22. Apr 2015 路 02:41 UTC
It' didn't run for me, here's the full console output:

ld32Game starting...
ERROR: SpriteLoader.load_spr_imageio file does not exisit?
doc_root = c:/_resource/Games/PocketRaiders/dev/media/image/fonts/console.gif
EXCEPTION: GRTC stack...
java.lang.NullPointerException
at ce2.Font.init(Font.java:34)
at game.GB.init_gfx(GB.java:167)
at game.GB.run(GB.java:238)
at java.lang.Thread.run(Unknown Source)
load_sprite_list spr_list_loc:media/xml/game_mini.sprite.xml app_path:
ERROR: load_music_tracks track #0[false].loc:ludum_32.ogg
ERROR: Loader.load_game_config music tracks failed to load: media/xml/game_mini.
ERROR: SpriteLoader.load_spr_imageio file does not exisit?
doc_root = game/logo_mini.png
EXCEPTION: Mini.pr_mini_init stack...
java.lang.NullPointerException
at ld32.ld32Game.bubble_slugs_init(ld32Game.java:78)
at ld32.ld32Game.app_init(ld32Game.java:68)
at game.GB.run(GB.java:238)
at java.lang.Thread.run(Unknown Source)
Stopping Application
馃帳 Chaoslab
22. Apr 2015 路 02:47 UTC
Matt:
Thanks for that. So Mac OS is out till I get a fix in, damn. BUG 006: added.

ianb96:
What system are you using? (try the run_game.bat file if using windows).
Both the dev.bld and debug.bld should not be there and are not required (just empty flag files anyway)

Creating a debug.bld file will make the game print debug information.
馃帳 Chaoslab
22. Apr 2015 路 03:05 UTC
Okay update guys! Found problem with loading files and fixed it and updated the .zip so please try again.
ianb96
22. Apr 2015 路 03:16 UTC
I am on Windows 8 64 bit, and when I run the run_game.bat file a window pops up with a command prompt, then both immediately close. when I add the debug.bld file nothing changes with the run_game.bat, but the running java ld from the command line is the same as ProjectX593's output but with some DEBUG FILE lines for sprite_list anim_list, gmae_logo, and so on. the line before the second spr_imageio file does not exist? error says Gameobjects.init
ianb96
22. Apr 2015 路 03:18 UTC
The latest version works!
馃帳 Chaoslab
22. Apr 2015 路 03:22 UTC
ianb96:
Thanks! Hope you enjoy it! Completed it on delay:0 before, was not easy. Must fix the none looping music bug (app running in the first place was more important though and luckily not even code just some .xml).
blob
22. Apr 2015 路 03:29 UTC
Trippy. A bit hard to understand how it works at first!
mike.cullingham
22. Apr 2015 路 03:31 UTC
Took me a while to understand a bit of what I was trying to accomplish and I had collected dozens of bubbles and lost all my slugs. Eventually finished the first level though. Maybe a super-basic intro level would be helpful?
rantt
22. Apr 2015 路 04:14 UTC
Cool concept, I really liked the music. Had to open the ogg file in itunes since I'm on a mac so I could here it while I played. I'm glad I read the instructions first, I'm not sure I would've figured out what to do on my own. Fun game, nicely done :)
馃帳 Chaoslab
22. Apr 2015 路 05:14 UTC
Okay more bug fixes are in! :-)
Sublustris
22. Apr 2015 路 17:06 UTC
Strange, but fun game :)
gene-z
23. Apr 2015 路 22:50 UTC
Fun game, congrats
Snicklodocus
24. Apr 2015 路 01:11 UTC
No bugs here! Great music. I never really understood the game but had enough fun watching the slugs move around and popping bubbles. Good job!
jprogman
26. Apr 2015 路 06:03 UTC
At first, I was quite lost on how to play the game with so many things moving around. After reading your description, the objective was clearer. I've realized there is no way to actually lose, which is alright since there are so much things moving around. Very interesting concept. Nice work!
馃帳 Chaoslab
28. Apr 2015 路 06:16 UTC
jprogman:
Thanks! yeah there is no way to loose but you do have to play the game to win the level. The chickens eat any free ranging slugs pretty quickly and also get "energized" after eating a certain amount of slugs making them even more challenging. :-)
馃帳 Chaoslab
28. Apr 2015 路 06:22 UTC
blob:
Thanks man, that is what I was aiming for.

mike.cullingham:
I do want to make a more fuller version at some point so will definitely add something like that.

rantt:
Thanks, been making music for a few years now, so much fun to do.

Sublustris:
Thanks. That is what I was hoping for! :-)

gene-z:
Thanks.

Snicklodocus:
Thanks. Did my best to make it feel old school. Coded "Sirius 7" on the Amiga back in the day. :-)
rudra
30. Apr 2015 路 21:41 UTC
Very interesting concept :) Nice work :)
filipe.silva
30. Apr 2015 路 22:39 UTC
I found quite interesting the idea of using bubbles and chickens, but found it a little confusing to play and not fully understood the goal of the game. the fact that they used simple blocks for the construction of the scenario is a total merit of creativity. Congratulations
JDAivaliotis
04. May 2015 路 01:56 UTC
Even after reading the instructions, I'm still confused over what is going on on the screen. I made it to level 4 somehow... Cool music though.
elefantopia
07. May 2015 路 02:59 UTC
Very energetic/frantic game. Graphics are somewhat confusing, but I did score by clicking on bubbles.
馃帳 Chaoslab
07. May 2015 路 20:12 UTC
rudra:
Thanks. I am planning to make a better version (20 - 30 Levels and Custom Levels).

JDAivaliotis:
The game is pretty fast (even the slow version). The idea is to collect slugs (save them up for the last few levels ), collect bubbles and trap chickens (do not click! keep both buttons down - see below). You collect more slugs via the left side helper while waiting for the lettuce to spawn. Once all the lettuce has spawned you trap chickens then use the slug helper to release a burst of slugs to get the lettuce. Difficult lettuce can be hit by right mouse clicking the sides after it lights up green, then any right mouse click launches slugs you have, careful though as you use them quickly. The launched slugs are very very fast and cover allot of screen space. Then you keep the chickens trapped by right mouse (down) on them to strengthen the bubble and they do not escape.

That is the long of it. :-)

elefantopia:
It is better to keep both of the mouse buttons down than click. Then you pick up slugs / bubbles and also trap chickens at the same time (but do not go to the side edges of the screen and accidentally fire slugs).

Thanks guys. Have a draft Retrospective that will publish today.
Artylo
07. May 2015 路 21:15 UTC
I don't understand it, but it's surreal as hell. Looks awesome.
monkeedude1212
07. May 2015 路 21:21 UTC
A bit too much going on at once. Perhaps a tutorial level explaining the effects of each of your abilities would help. Felt like I was winning by just clicking at random.
馃帳 Chaoslab
13. May 2015 路 21:58 UTC
Thanks for the feed back! :-)