You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/libksirtet
Slávek Banko dec7a6f3e6 cmake: Fix FTBFS due to new DSO linkage style
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
..
base cmake: Fix FTBFS due to new DSO linkage style 10 years ago
common Initial cmake conversion 10 years ago
lib Initial cmake conversion 10 years ago
CHANGELOG Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
CMakeLists.txt Initial cmake conversion 10 years ago
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
README.gtetris Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago

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 !