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.

~ by Tyler on January 9, 2009.

3 Responses to “Making a Game with Ruby?”

  1. 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

  2. It would be cool if you would feature my Tetris clone.
    Thank you! :)

    Here is the URL:
    http://lobotuerto.com/blog/2009/07/13/metris-mi-clon-de-tetris-en-ruby-y-gosu/

    See you around!
    Have you taken a look into Gosu yet?
    http://code.google.com/p/gosu/

Leave a Reply