[Skip To Content]


# Ruby Games Programming

Gosu is a 2D game development library for the Ruby and C++ programming languages, available for Mac OS X, Windows and Linux.

  1. require 'rubygems'
  2. require 'gosu'
  3. class MyWindow < Gosu::Window
  4. def initialize
  5. super(640, 480, false, 20)
  6. self.caption = 'Hello World!'
  7. end
  8. end
  9. w = MyWindow.new
  10. w.show

I can’t wait to find the patience to do something cool with this.

More about this site...

Last Week’s Top 5 Albums (More »)

  1. The SinglesThe Bluetones
  2. Night on My SideGemma Hayes
  3. PlansDeath Cab for Cutie
  4. Slipway FiresRazorlight
  5. Brain Thrust MasteryWe Are Scientists