您最多能選擇 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 !