RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

My JRuby Port of a Game by Minecraft's Creator

Last weekend, hundreds of coders took part in Ludem Dare, a 48 hour game coding contest. Minecraft’s creator “Notch” created a cool little game in Java called Prelude of the Chambered. So far, I’ve spent two days porting it to JRuby. It’s not complete but you can play the first few minutes OK now (get weapon, push rocks, kill bats, etc.) The performance is nowhere near as good as in Java but that’s the next step, so if you’re a JRuby expert, I expect pull requests.. :-)

Comments

I’d especially like to see the performance using JRuby 1.6.3 or master on Java 7. I’m looking at tweaks to the code now to speed it up.

Re orignal game:

Amazingly retro game! Managed to collect 7 trinkets, my pew pew pew wasn’t good enough to kill the green monsters!

I’m massively impressed =)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in