This package contains the cbzone (Battle Zone) game
compiled for linux and X-windows. The original version
written by Todd Mummert (mummert+@cs.cmu.edu) compiled
fine except that some file locking related constants
in c_scores.c seemed not to be defined. So, I commented
out the high score file locking section. This should
be ok, since it is not likely that cbzone would be played
by multiple users at a time in Linux. After that the
all files compiled fine. Because the modifications were
minor indeed, the package contains only the run-time
files.

This version of cbzone is set up to look for all its files
in the current directory, so that no paths need to be
hardwired in the binary. I also changed  execl() in 
c_parseopts.c to execlp() so that the  default pager 
(more) can be found using PATH. Define environment
variable PAGER to the path of the pager of your choice
if you'd like to use another pager.

To install, just copy all the files in the pacage to
some directory and arrange the file cbzone.scores
to be world writeable. To play the game, just cd to
the directory and run cbzone (under X, of course).

Many thanks to Todd for a suberb (and easily portable) game !

	-- Jouni Leppajarvi / jml@stekt.oulu.fi


  
