singpolyma / xgame

High-level game framework based on rubygame

This URL has Read+Write access

singpolyma (author)
Sun Jan 04 13:49:10 -0800 2009
commit  4ca0d8de08abf98eccb4a761dd3ccd79df19bfb2
tree    f8df3595beb54678c979c82dc9fd57ed3edfdd42
parent  859da8947d9ebdadd4df9e6a5e5de66ab81e1171
xgame /
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

== Long Term ==

For those that are curious or poking around, XGame is part of a longer vision by singpolyma and psycotica0 
to start a company that does game development and distribution.  Our vision is to help other developers 
create and distribute / sell games to a market they might not othewise be able to reach.

While the code is this repo is subject to the COPYING file, we would also ask that the community abide by 
the spirit of FrieNDA while we get our product ready for launch.  Everyone will benefit once the network 
is up and able to be used by developers to distribute their games.