25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 !