Warning, /games/libkdegames/README is written in an unsupported language. File is not indexed.

0001 This directory contains the library for the kdegames package.
0002 It is a collection of functions used by some games or which
0003 are useful for other games.
0004 
0005 Packagers note: it is recommended to put the directory "carddecks" into a separate
0006 package, as not all games using libkdegames use the carddecks as well.
0007 
0008 Contents:
0009   kcarddialog: Access to carddeck selection and administration
0010                for cardgames
0011   kstdgameaction: just like kstdaction this provides some default action for
0012                   kde games. games often use different entries than other apps
0013                   (like "game" instead of "file"), so use this if possible
0014   kgamemisc: some static method i didn't know a good class name for. it
0015              currently features "randomName()" which will just give you a random name from
0016              a list (translators note: happy translating ;) i copied kde-common/accounts
0017              for this so there are nearly 300 entries...)
0018   kgame: this is a complete network/game handling library. it consists of a lot
0019          of classes which are explained in the kgame docu (as soon as it is
0020          written)