
                                xorgame
                          --==###########==--

                   Copyright (C) 1999 Florian Berger
                   
                email: florian.berger@jk.uni-linz.ac.at
                  

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License Version 2 as
    published by the Free Software Foundation;

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


What is xorgame ?
-----------------
   xorgame is a brick game. "XOR" stands for the exclusive "OR" operator.
   The goal is to clean a field with a special shaped stone used as an
   XOR-pattern. No score, highscore yet.

Resources
---------
   You need to have Qt-Lib installed (see README.QT)
   The program is pre-built for glibc2 (libc6) and Qt-lib 1.42.
   If this doesn't meet your proprties rebuild the program.
   
How to build
------------
   Your QTDIR variable has to be set properly.
   If not set type e.g.: 'export QTDIR=/usr/lib/qt'
   (1) make clean
   (2) make
   (3) type "xorgame" to start the game

   ...ready.
