GtkTetcolor
===========
GtkTetcolor is reimplementation of tetcolor game.
It made with Glade - http://glade.pn.org
Requirements
============
o GTK+ 1.2.1 or above - http://www.gtk.org
Installation
============
It should be possible to do an installation by doing
./configure
make
make install
in the top directory.
You can create system score file PREFIX/share/gtktetcolor/gtktetcolor_score
(where PREFIX is usually /usr/local) writable for users.
For example:
touch /usr/local/share/gtktetcolor/gtktetcolor_score
chmod 664 /usr/local/share/gtktetcolor/gtktetcolor_score
chgrp users /usr/local/share/gtktetcolor/gtktetcolor_score
Homepage
========
http://www.dvgu.ru/ifit/~panov/gtktetcolor/
|