To Compile
==========

Make sure you've got the Gnome 2 development libraries.

tar -xzf gnomeattacks.tar.gz
cd gnomeattacks
./configure
make
su -c "make install"
gnomeattacks

To Play
=======

Keys: press any key to drop a bomb.  That's it.

Objective: bomb all the buildings down to the ground.  That's it.

Contact
=======

If you have any problems or suggestions, let me know on
axis3x3@users.sourceforge.net

Andy Balaam

Notes
=====

To install in a different place, e.g. ~/tmp, try:

tar -xzf gnomeattacks.tar.gz
cd gnomeattacks
./configure
make bindir=~/tmp datadir=~/tmp/gnomeattacksdata
make bindir=~/tmp datadir=~/tmp/gnomeattacksdata install
cd ~/tmp
./gnomeattacks

(You will need to do "make clean" if you have already run make.)
