TDE games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michele Calgaro 7909152750
Replace various '#define' strings - part 6
5 months ago
admin@3bdc9fd55f Reset submodule main/core/tdegames/admin to latest HEAD 6 months ago
atlantik Replace various '#define' strings - part 6 5 months ago
doc Gender-neutral language 2 years ago
kasteroids Replace various '#define' strings - part 6 5 months ago
katomic Replace various '#define' strings - part 6 5 months ago
kbackgammon Replace various '#define' strings - part 6 5 months ago
kbattleship Replace various '#define' strings - part 6 5 months ago
kblackbox Replace various '#define' strings - part 6 5 months ago
kbounce Replace various '#define' strings - part 6 5 months ago
kenolaba Replace various '#define' strings - part 6 5 months ago
kfouleggs Replace Q_OBJECT with TQ_OBJECT 10 months ago
kgoldrunner Replace various '#define' strings - part 6 5 months ago
kjumpingcube Replace various '#define' strings - part 6 5 months ago
klickety Replace Qt with TQt 6 months ago
klines Replace various '#define' strings - part 6 5 months ago
kmahjongg Replace various '#define' strings - part 6 5 months ago
kmines Replace various '#define' strings - part 6 5 months ago
knetwalk Replace various '#define' strings - part 6 5 months ago
kolf Replace various '#define' strings - part 6 5 months ago
konquest Replace various '#define' strings - part 6 5 months ago
kpat Replace various '#define' strings - part 6 5 months ago
kpoker Replace various '#define' strings - part 6 5 months ago
kreversi Replace various '#define' strings - part 6 5 months ago
ksame Replace various '#define' strings - part 6 5 months ago
kshisen Replace various '#define' strings - part 6 5 months ago
ksirtet Replace Q_OBJECT with TQ_OBJECT 10 months ago
ksmiletris Replace various '#define' strings - part 6 5 months ago
ksnake Replace various '#define' strings - part 6 5 months ago
ksokoban Replace various '#define' strings - part 6 5 months ago
kspaceduel Replace various '#define' strings - part 6 5 months ago
ktron Replace various '#define' strings - part 6 5 months ago
ktuberling Replace various '#define' strings - part 6 5 months ago
libksirtet Replace various '#define' strings - part 6 5 months ago
libtdegames Replaced various '#define' with actual strings - part 5 5 months ago
lskat Replace various '#define' strings - part 6 5 months ago
tdefifteen Replace Q_OBJECT with TQ_OBJECT 10 months ago
translations/desktop_files Translated using Weblate (Russian) 11 months ago
twin4 Replace various '#define' strings - part 6 5 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeL10n.txt Raise the minimum required version of CMake to 3.5. 6 months ago
CMakeLists.txt Raise the minimum required version of CMake to 3.5. 6 months ago
COPYING Update COPYING file. 12 years ago
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
COPYING.LIB Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ChangeLog Additional renaming of kde to tde 13 years ago
ConfigureChecks.cmake Some cleanup and cosmetics. 3 years ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Mainpage.dox Rename kde libraries to tde 13 years ago
Makefile.am.in Rename kde libraries to tde 13 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Update bug reports url to bugs.trinitydesktop.org 6 years ago
config.h.cmake Fix ksokoban crashes on compressed level files 8 years ago
configure.in.in Rename KDEHOME and KDEDIR 13 years ago

README

In this file:

* About tdegames
* Common Mistakes
* Debugging
* More Info


About tdegames
--------------
This is a compilation of various games

* atlantik
    Monopoly-like board games

* debian
    Files necessary to create Debian packages.

* doc
    XML based documentation for the programs.

* kasteroids
    Shoot at those nasty asteroids.

* katomic
    Build complex atoms with a minimal amount of moves.

* kbackgammon
    Play backgammon against a local human player, via a game server or
    against GNU Backgammon (not included)

* kbattleship
    Sink battleship of your opponents, with built-in game server.

* kblackbox
    Find atoms in a grid by shooting electrons.

* kbounce
    Claim areas and don't get disturbed.

* keneloba
    Push pieces of your opponent out of the board (an Abalone type game).

* kfouleggs
    A famous japanese game known as puyo-puyo.

* kjumpingcube
    A tactical game for number-crunchers.

* klickety
    A tetris like game.

* klines
    Place 5 equal pieces together, but wait, there are 3 new ones.

* mahjongg
    A tile laying patience.

* kmines
    The classical mine sweeper.

* kolf
    A mini golf game.

* konquest
    Conquer the planets of your enemy.

* kpat
    Several patience card games.

* kpoker
    The game of poker.

* kreversi
    The old reversi board game, also known as Othello.

* ksame
    Collect pieces of the same color.

* kshisen
    Patience game where you take away all pieces.

* ksirtet
    Very known if spelt this backwards.

* ksmiletris
    Another Tetris-like game.

* ksnake
    Don't bite yourself, eat apples!

* ksokoban
    Move all storage boxes into the cabinet.

* kspaceduel
    Two player game with shooting spaceships flying around a sun.

* ktron
    Like ksnake, but without fruits.

* ktuberling
    Kids game: make your own potato (NO french fries!)

* twin4
    Place 4 pieces in a row.

* libtdegames
    TDE game library used by many of these programs, contains also images
    of card decks.

* lskat
    Lieutnant skat.


Common Mistakes
---------------
If configure claims Qt cannot be found, have a look at http://www.trolltech.com
to get a copy of latest Qt 3.3.x version.


Debugging
---------
You can use --enable-debug with the configure script, if you want to have
debug code in your TDE apps and libs. I recommend to do this, since this is
alpha software and this makes debugging things a whole lot easier.


More Info
---------
Please direct any bug reports to our bug list by visiting
http://bugs.trinitydesktop.org.

General TDE discussions should go to the Trinity users mailing list (http://trinitydesktop.org/mailinglist.php).