*** XQUARTO version 1.0 - January 1998 *** Description: ------------ Xquarto is a board game designed for the X windows environment. The game is a two-player game, although for the moment,it is only possible to play against the computer. The board is composed of 4x4 squares and 16 pieces. Each piece has four properties: black or brown, horizontal or vertical, solid or hollow, round or square. This makes up 16 possible combinations and there is exactly one piece for each possibility. Initially the board is empty. Now the two players try to place out pieces in a way that the opponent has to complete a row, column or diagonal with a common property (e.g. all black). This makes the opponent lose. The players do not choose what piece to put but it is rather player 1 who gives a piece to player 2, who then has to place this piece somewhere and choose a piece for player 1 to put somewhere etc. The rules are really very simple - believe me! In any case, there is a more extensive description of the rules in the manual file src/xquarto.man in the distribution directory. To read the manual without installing it, try nroff -man xquarto.man Requirements: ------------- To install and play the game you need: 1) The XPM library, installed at a reasonable place. If you don't have it you can get it at many anonymous ftp sites. 2) A Color X display and the MIT X11 Server. X11R6 might be necessary. 3) xmkmf/imake correctly installed and in your path. Where to get it: --------------- At its home page: http://www.math.kth.se/~mjo Which is the latest version: ---------------------------- Xquarto 1.0 (as of January 1998) Platforms: ---------- Xquarto has been tested on a number of platforms, including SUN SparcStation with SUNOS 4.1.3 and Solaris 2.5 I have tried to design the program and the installation files in a machine-independent way. No guarantee, though :-( Installation: ------------- First you have to unpack the software. The distribution comes in two files: xquarto-1.0.tar.gz - GNU gzipped tar file. Unpack/-tar with: zcat xquarto-1.0.tar.gz | tar xfv - xquarto-1.0.README - This file. After untarring you will get a directory called xquarto-1.0 containing all the relevant files. Now begin the installation and start by reading the file INSTALL. Hopefully everything works out fine :-) Usage: ----- If the installation works out fine you can just start the game by entering "xquarto" if you have the appropriate directory (e.g. /usr/local/X11/bin) in your path. Otherwise, step into the directory xquarto/src and type "xquarto".There is the usual hassle with the X11 colormap, unless you have much more than 256 colors. You may notice this if you are running e.g. netscape. Thanks: ------------ I want to thank Karl-Johan Johnsson for helping me with the Xt/Xaw-programming and everyone responsible for excellent libraries such as XPM. Comments etc.: -------------- Any suggestions, bug reports, complaints etc. should be sent to mjo@math.kth.se. Feedback is appreciated!