December 16th-19th 2011 :: Theme: Alone
Developed using Java's Slick 2D and LWJGL libraries but controlled from JRuby, a JVM based Ruby implementation. Runs very much like any other Java app though. A Java Runtime Environment is required, sadly, and I ran out of time to bundle one.
In Bodge's Island you're a rich game developer looking for some peace on your new private island. But fanboys are on the way! If they reach you, your spirit will be sapped so find a way to remain alone.
Can't play? See video of gameplay at http://www.youtube.com/watch?v=6slgcqiA1sc
Downloads and Links
Ratings
#69 | Humor | 3.00 |
#196 | Community | 2.83 |
#205 | Audio | 2.67 |
#248 | Graphics | 2.92 |
#252 | Fun | 2.58 |
#302 | Theme | 2.75 |
#414 | Innovation | 2.25 |
#438 | Mood | 2.00 |
#457 | Coolness | 28% |
#484 | Overall | 2.38 |
Comments
I cannot open it - whenever I run the jar, in processes "javaw" appears for <1 sec then disappears, and without task manager I see nothing happening at all.
@mildmojo: Warbler and then launch4j. Only downside is it needs a JRE 1.6+ to be installed otherwise you end up with silent errors, as other commenters are.
The other problem is you need to be in the same working directory as the native libraries included due to how warbler makes jar files.
While the development process in Ruby itself was pretty good, the bundling and performance issues lead me to think just going with Java is the better course of action for future Ludum Dares. Especially because getting an applet to work was nigh on impossible :-(
cool. i really liked the sound. i think it should also display the highscore on the death screen though. other than that, very nice.
Interesting, but somewhat buggy. For instance, I got stuck in a water tile once and sometimes I couldn't move either up or down even though there was no visible obstacle.
runs ok but cant seem to control the direction of gunfire, and all controls invariablly freak out and start acting randomly after about 30-45 seconds of play.
You must sign in to comment.
Did you post any journal entries? The journal links on entry pages have been broken for a while.
I've built some Ruby+OpenGL games, but cross-platform packaging and distribution was always a PITA. I've been interested in the JRuby + Java game libs stack for a while now, but haven't had time to play with it.
What did you think of that combination? And how did you package it? Warbler?