blob: ad0f91ca5ff7e7cc182dcffb92114eeddd5a5d66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
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!)
* kwin4
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.kde.org.
General TDE discussions should go to the Trinity users mailing list (http://trinitydesktop.org/mailinglist.php).
|