Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdegames/libksirtet
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
il y a 3 mois
..
base Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
common Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
CHANGELOG Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
CMakeL10n.txt Add CMakeL10n rules. il y a 5 ans
CMakeLists.txt Initial cmake conversion il y a 8 ans
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README.gtetris Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans

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 !