public
Description: High-level game framework based on rubygame
Homepage:
Clone URL: git://github.com/singpolyma/xgame.git
singpolyma (author)
Sat Mar 28 13:41:49 -0700 2009
commit  0e03cd09aeb879525451287852485a33ede8f1a1
tree    426bc38bb4326faed99ac41b7c2ec71a06adc7b6
parent  9a749dc2c82a8e2b85118d50675f59412d4860a4
xgame /
name age message
file COPYING Loading commit data...
file README
file TODO
file configure
directory debian/
directory examples/
directory lib/
directory tests/
file xgame.gemspec Sat Nov 15 11:14:00 -0800 2008 Change date in gemspec [singpolyma]
README
This is XGame, a cross-platform game development framework based on RubyGame and SDL.

You may install rubygame using:

sudo gem install rubygame

or by simply placing it somewhere in your ruby require path.

You may need to install build tools, ruby headers, and SDL
libraries/headers in order to install rubygame.  These should be in your software repositories.

You must also install Chipmunk <http://wiki.slembcke.net/main/published/Chipmunk> in your ruby require path.

To install XGame on your system, just run the traditional:
  ./configure
  make
  sudo make install