This is the preview release of the gtk version of magicbg. 
I know it's ugly, bad code. Most of it was done in a handful of hours.
It has a **long** way to go :).

current version will always be at http://www.rahga.com/magicbg

to compile, just type: 

  make install

alternatively, you can do 
  
  make my_day      - for an optimized version
  make console     - for a console-based version
  make my_console  - for the optimized console version

  make install     - to install the compiled binary

the command to run it is "./magicbg" in the source dir,
or "magicbg" after install. 

The original versions were done by  Todd Larason, Michael Jennings,
and Bowie J. Poag. Most of thier stuff is still accessible by way
of engine.c
Props go out to jasta....
Richard Hoelscher (richardh@rahga.com) is the current maintainer and did most of the other junk.


