packages icon
                   matritsa - matching columns and rows
                                10/4/1999

Matritsa
========

Matritsa is a game for kids that allows matching cards to the
properties of the row and the column. 

The MTX file
============

New game boards may be created by creating an image composed of n x m 
smaller cards that should be placed in $/usr/local/gnome/share/Matritsa
and then creating a mtx file that is placed in the subdirectory ./mtx of
the directory mentioned above. This directory is currently hardwired in
the Makefile.

The mtx file looks e.g. as follows:

   author: Dov Grobgeld
   comment: Match number of balls in rows and columns.
   image: balls.png
   columns: 5
   rows: 5

Recognized and necessary fields are image, columns, and rows.  Put
author and comment fields as well for future use. Please create your
own game boards and send them in to me for adding to future versions
of the game. I will also try to set up a web page for different game
boards.

-----------------
dov <dov@imagic.weizmann.ac.il>