No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdegames/libksirtet
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
hace 3 meses
..
base Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
common Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
CHANGELOG Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
CMakeL10n.txt Add CMakeL10n rules. hace 5 años
CMakeLists.txt Initial cmake conversion hace 8 años
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
README.gtetris Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años

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 !