I am brand new to game development and I thought it would be fun to try out Gosu, Ruby and Chipmunk together.
The Chingu example looks something like this: require \'rubygems\' require \'chingu\' class Game < Chingu::Window
I tried to require Gosu\'s .so file, but it said something about \"开发者_JS百科expecting assembly\".