Making a Game with Ruby?
If you happen to be making a game with Ruby, I would love to hear about it! In fact, I want to do more than hear about it, I would like to play it and review it! So if you’re making a game using Ruby leave a comment here.

If you happen to be making a game with Ruby, I would love to hear about it! In fact, I want to do more than hear about it, I would like to play it and review it! So if you’re making a game using Ruby leave a comment here.
Tyler,
A few months ago, I released an engine named SFII90 that is written in C++ with bindings to Ruby. It is possible to script entire games using Ruby, although I’ve found that due to speed concerns (especially regarding garbage collection), it is most useful as an environment for developing small games and prototypes.
I released a very small game (actually more of a musical toy) that was developed using this engine called beatboy. If you’d like, please download and review it. It’s not really much, but the game code was developed completely in Ruby!
Cheers,
Phillip
fettuccini said this on April 4, 2009 at 6:41 pm |