By Gianluca De Marco and Giorgio Vecchiocattivi.

Quatris is a very simple game like tic-tac-toe, so don't try to win against a computer!
Why this program? Why not?!


If you need more information please go to SourceForce project page : sourceforge.net/projects/quatris


Download version 0.2.3 :

source linux-i386

Download version 0.2.2 :

source linux-i386 linux-alpha


We have tested this program on a Debian/i386 system, but it should compile also on all gnome compatible systems.

This is a simple screenshot:



Compiling
If you want to compile the program, download a source file, unpack it, run configure and do make; example:

gzip -dc quatris-0.2.2.tar.gz | tar xf -
cd quatris-0.2.2
./configure
make install

The program name is quatris. If you don't want to install it, you can simply do

make; ln -s pixmaps quatris; src/quatris

Binary archive
If you just want to run the program, then you can use a precompiled archive (note: it's not a "package" like Debian .deb or RedHat .rpm): unpack the archive and run the Quatris program file in the main directory.

License
GNU General Public License (GPL) (see http://www.opensource.org/licenses/gpl-license.php)


(C)Copyright 2003 Gianluca De Marco & Giorgio Vecchiocattivi



SourceForge.net Logo