mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
712 B
Plaintext
16 lines
712 B
Plaintext
A collection of functions used by some games or which
|
|
are useful for other games.
|
|
|
|
Contents:
|
|
kcarddialog: Access to carddeck selection and administration
|
|
for cardgames
|
|
kstdgameaction: just like kstdaction this provides some default
|
|
action for kde games. games often use different entries
|
|
than other apps (like "game" instead of "file"), so use
|
|
this if possible
|
|
kgamemisc: some static method i didn't know a good class name for. it
|
|
currently features "randomName()" which will just give you
|
|
a random name from a list
|
|
kgame: this is a complete network/game handling library.
|
|
kgamecanvas: a fast game-oriented canvas library
|