{"author_link":"\/author\/blay09\/","author_name":"blay09","author_uid":"16114","comments":[{"author_name":"Barry Abrams","author_uid":"14387","time":"Aug 28, 2012 @ 12:41pm","epoch":1346157360,"text":"It would not launch for me on my mac."},{"author_name":"blay09","author_uid":"16114","time":"Aug 28, 2012 @ 1:53pm","epoch":1346161680,"text":"Yes, you're right! Sorry about that. It should work now (can't test it though since I don't have a mac)."},{"author_name":"dekart","author_uid":"14826","time":"Aug 28, 2012 @ 3:18pm","epoch":1346166780,"text":"Really like such type of games :)  The only thing I would want is to make it full-screen"},{"author_name":"Kayelgee","author_uid":"15267","time":"Aug 28, 2012 @ 3:53pm","epoch":1346168880,"text":"the workers sometimes don't respond and I'm unable to stop lava from filling every space in my dungeon :\/"},{"author_name":"blay09","author_uid":"16114","time":"Aug 28, 2012 @ 3:59pm","epoch":1346169240,"text":"Lava can be stopped by building barricades. They will break after some time though, unless you upgrade them to level 3, where they're made out of stone.\r<br\/>There is a bug I couldn't fix in time that makes workers not want to mine a certain tile if there is another empty tile adjacent to it. It can usually be solved by just mining around that wall and approach from a different direction. Thanks for trying it out!"},{"author_name":"Robotic","author_uid":"8502","time":"Aug 28, 2012 @ 4:02pm","epoch":1346169420,"text":"Kinda hard to handle at first (I prefer when the instructions are told ingame) but a nice gameplay and well developed game, congratz"},{"author_name":"kevincorrigan","author_uid":"15028","time":"Aug 28, 2012 @ 4:22pm","epoch":1346170620,"text":"Very entertaining game there was one point in which the characters just completely froze up, when they were constructing a baracade they where attacked by the red guys and just froze, but it was very good up to that point."},{"author_name":"bvanschooten","author_uid":"14520","time":"Aug 28, 2012 @ 5:01pm","epoch":1346172960,"text":"An addictive game, though it took me awhile to figure out what's going on.  When I finally started making progress the creatures got stuck in a fight and refused to go anywhere. I quit after 5 minutes of waiting.  I'l definitely play this more if there were a save game feature."},{"author_name":"GFM","author_uid":"7375","time":"Aug 28, 2012 @ 7:11pm","epoch":1346180760,"text":"Ok, I've just spent more than one hour playing this game... its freaking fun and adictive. xD\r<br\/>I just stoped because my computer suddenly began to lag a lot... and it was unplayable... =\/"},{"author_name":"caranha","author_uid":"7847","time":"Aug 29, 2012 @ 3:12pm","epoch":1346252820,"text":"I got a &quot;no lwjgl on the library path&quot; error (ubuntu) - maybe you should bundle it with your game?"},{"author_name":"pbdiode","author_uid":"7263","time":"Aug 29, 2012 @ 3:48pm","epoch":1346254980,"text":"Played a few times, seems like this game has much potential! Good Job!\r<br\/>\r<br\/>Unfortunately, I was running into a few things I couldn't figure out:\r<br\/>\r<br\/> - After a bit I started getting only 1 worker, another would generate but it always disappeared quick\r<br\/> - I built gold storage, but apparently I couldn't store gold or don't know how to...\r<br\/> - Wish there was a little feedback so I know my guys are doing damage to the other guys!"},{"author_name":"blay09","author_uid":"16114","time":"Aug 29, 2012 @ 6:31pm","epoch":1346264760,"text":"You'll have to build more Breeders or upgrade your Breeder to get more workers. It's a balancing issue I wasn't able to fix due to missing time. About the gold storage: placing something from the build menu only creates a construction site - you have to send your workers there so they build it up. Fighting was basically added last-minute, that's why there's no damage display, and it will also lag for a bit when masses of monsters see your workers. And the boss battle will be pretty..time consuming. Thanks for your feedback everyone!"},{"author_name":"Raptor85","author_uid":"7131","time":"Aug 30, 2012 @ 10:43pm","epoch":1346366280,"text":"The command you have listed to run the game is wrong, doing it like that ONLY works if you have lwjgl installed systemwide (like on a development machine). To allow the jar to use the local version you have to run it as\r<br\/>java -Djava.library.path=.\/ -jar bubblebreeders.jar \r<br\/>otherwise you just get the &quot;no lwjgl in java.library.path&quot; error and it wont launch.\r<br\/>\r<br\/>For the game itself, i like these type of games, my main complaints though are it's just simply too fast, 3\/5 games i was overwhelmed by red guys within 10-20 seconds of starting, the 4th time lava spawned all around the starting room, and the last time everything seemed fine but it wouldnt let me select any blocks to tunnel through except the ones touching lava."},{"author_name":"blay09","author_uid":"16114","time":"Aug 31, 2012 @ 1:00pm","epoch":1346417700,"text":"Thanks for the correction, Raptor85!"},{"author_name":"sP0CkEr2","author_uid":"7135","time":"Sep 1, 2012 @ 2:16am","epoch":1346465460,"text":"interesting little game -- hate those red thingys"},{"author_name":"mdkess","author_uid":"14701","time":"Sep 9, 2012 @ 12:53am","epoch":1347151680,"text":"Didn't leave a review - exploded at launch. Not sure what the cause is.\r<br\/>\r<br\/>Anyway, take a look at my game for how I packaged things up. I think it's a bit easier. I'd never made a JNLP before, but it turned out to be really straightforward, and is probably the easiest way to distribute your game.\r<br\/>\r<br\/>\r<br\/>Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: \/home\/mdkess\/lwjgl-2.8.5\/native\/linux\/liblwjgl.so: \/home\/mdkess\/lwjgl-2.8.5\/native\/linux\/liblwjgl.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)\r<br\/>\tat java.lang.ClassLoader$NativeLibrary.load(Native Method)\r<br\/>\tat java.lang.ClassLoader.loadLibrary1(Unknown Source)\r<br\/>\tat java.lang.ClassLoader.loadLibrary0(Unknown Source)\r<br\/>\tat java.lang.ClassLoader.loadLibrary(Unknown Source)\r<br\/>\tat java.lang.Runtime.loadLibrary0(Unknown Source)\r<br\/>\tat java.lang.System.loadLibrary(Unknown Source)\r<br\/>\tat org.lwjgl.Sys$1.run(Sys.java:73)\r<br\/>\tat java.security.AccessController.doPrivileged(Native Method)\r<br\/>\tat org.lwjgl.Sys.doLoadLibrary(Sys.java:66)\r<br\/>\tat org.lwjgl.Sys.loadLibrary(Sys.java:82)\r<br\/>\tat org.lwjgl.Sys.&lt;clinit&gt;(Sys.java:99)\r<br\/>\tat org.lwjgl.opengl.Display.&lt;clinit&gt;(Display.java:130)\r<br\/>\tat org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)\r<br\/>\tat java.security.AccessController.doPrivileged(Native Method)\r<br\/>\tat org.newdawn.slick.AppGameContainer.&lt;clinit&gt;(AppGameContainer.java:36)\r<br\/>\tat de.blay09.ld24.DungeonGame.main(DungeonGame.java:25)"}],"images":["ld24\/16114-95c91939f5b148ac3dfcb3d51edab635.jpg","ld24\/16114-3f7f042e4cbeef9ed99354cf06a302bf.jpg","ld24\/16114-03d6def69b7ae2a4b0b8e2f1a3dc9e33.jpg","ld24\/16114-2f964cce0b7547e8adc218694584aa0b.jpg","ld24\/16114-b4098e13f6e8f64f2256f9f70b0f4eaf.jpg"],"links":[{"url":"http:\/\/eiradir.org\/blay09\/ld24\/BubbleBreeders-win.zip","text":"Windows"},{"url":"http:\/\/eiradir.org\/blay09\/ld24\/BubbleBreeders-osx.zip","text":"OS\/X"},{"url":"http:\/\/eiradir.org\/blay09\/ld24\/BubbleBreeders-linux.tar","text":"Linux"},{"url":"http:\/\/eiradir.org\/blay09\/ld24\/BubbleBreeders-src.tar","text":"Source"}],"metadata":{"g_key":"29356","g_author":"16114","g_event":"LD24","g_eventkey":"12","g_subevent":"COMPO","g_urlkey":"29386","g_title":"Bubble Breeders","g_status":"UCHK1","g_place":"434","g_commentcount":"16","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/163678\/16114-shot0.png-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/163678\/16114-shot1.png-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/163678\/16114-shot2.png-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/163678\/16114-shot3.png-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/163678\/16114-shot4.png-eq-900-500.jpg"],"text":"How to run:\r\nExtract the .zip archive to an empty folder and then simply doubleclick the .jar file.\r\nOn a console:\r\njava -Djava.library.path=.\/ -jar bubblebreeders.jar \r\nMake sure to have at least JRE 1.6 installed!\r\n\r\nAfter accidently tripping over an old tree stump, you and your folk fall into a dark portal which led into a big dungeon full of evil red thingies that want to kill you. As you don't like being killed, you decide to search for the portal back. It has to be somewhere in this dungeon...and maybe you can find something else interesting too!\r\n\r\nThe dungeon is randomly generated on each startup. It might happen that your already spawn in the boss room (it should be rare, but still...). If you do, just restart.\r\nYour race evolves into a stronger one as you progress and you can also upgrade your buildings and do some research for some nice special powers. In order to enter the dark portal room, you will need to get obsidian. But your normal pickaxe won't do! After the area around the portal is clear, you can enter it and - yay! you won.\r\n\r\nThere are more possible inventions than there are shown. They are randomly chosen on each start, so every game you play will be a bit different.\r\nThe rest should be self-explanatory.\r\n\r\nControls:\r\nAny Mouse Button: use\/mine\/move\r\nQ: open building menu\r\nE: upgrade building (possible at evolution level 2)\r\nR: open research menu (requires laboratory)\r\nT: destroy (50 gold) or place bomb (requires bomb discovery or higher)\r\nTAB: open status menu\r\nSpace: move camera to minions\r\nSpace x2: move camera to spawnpoint\r\nW,A,S,D or arrow keys: move camera\r\n\r\nCheats for lazy people who only want to take a quick peek:\r\nPress Backspace, enter one of these, press backspace again.\r\norgy - spawn 10 workers\r\nbigorgy - spawn 50 workers\r\nbankrob - +5000 gold\r\neinstein - all discoveries\r\nbeholder - reveal map (will lag for a few seconds)\r\nevolution - evolve into the next level of evolution\r\n<\/p>","title":"Bubble Breeders"}