Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tdegames/libksirtet
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 mesi fa
..
base Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
common Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
CHANGELOG Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
CMakeL10n.txt Add CMakeL10n rules. 5 anni fa
CMakeLists.txt Initial cmake conversion 8 anni fa
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
README.gtetris Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa

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 !