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?!
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)