
-------------------------------------------------------------------------

                           XKOBO Version 1.1

              Mon Mar 20 21:32:50 JST 1995   Akira Higuchi
                      a-higuti@math.hokudai.ac.jp
 
-------------------------------------------------------------------------

 XKOBO is a game for X. The play is quite simple. Your object is to
 destroy all fortresses. You can control your ship by hitting cursor
 key, and shot beams by hitting SHIFT key.

 XKOBO requires:
   1) Unix machine + X window system
   2) X server with 256 colors
   3) C++ compiler (to compile)

-------------------------------------------------------------------------

* INSTALLING

 Compiling XKOBO requires Xlib and C++ compiler. If you have xmkmf,
 edit Imakefile and try

     % xmkmf -a
     % make
     % su
     # make install

 if not,

   1) copy Makefile.std to Makefile
   2) edit Makefile
   3) try
     % make
     % su
     # make install


* PLAYING

 To execute XKOBO, type

     % xkobo &

 Since game screen is quite small, I recommend you to change X server
 resolution. 

-------------------------------------------------------------------------
-------------------------------------------------------------------------

 XKOBO, a video-oriented game
 Copyright (C) 1995  Akira Higuchi
     a-higuti@math.hokudai.ac.jp

 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 2 of the License, or (at your
 option) any later version.

 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.

-------------------------------------------------------------------------
-------------------------------------------------------------------------
