Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
tdegames/libksirtet
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 месяцев назад
..
base Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
common Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
CHANGELOG Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
CMakeL10n.txt Add CMakeL10n rules. 5 лет назад
CMakeLists.txt Initial cmake conversion 8 лет назад
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
README.gtetris Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад

README

LIBKSIRTET: a set of libraries for use in tetris-alike games
------------------------------------------------------------
Copyright (c) 1995      Eirik ENG
Copyright (c) 1996-2004 Nicolas HADACEK (hadacek@kde.org)
Distributed under the GNU Library General Public License


These libraries provides almost all functionnalities to make
a tetris-alike games. Moreover it gives multiplayers functionality
and a framework for "artificial intelligence" players.

The basis of the core code (gtetris) has been written by Eirik Eng as
an example for the Qt distribution (see "README.gtetris").


Enjoy !