1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: roleplaying
Section: games
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
Build-Depends: debhelper, tetex-bin, swig, doc++, autoconf, gs, tcl8.0-dev, tetex-extra
Standards-Version: 3.1.0
Package: roleplaying
Architecture: any
Depends: ${shlibs:Depends}, wish
Description: A database system for role players
The Role Playing DataBase System is a database system
for Role Playing Gamers. It provides a way for players
and game masters to store the many pieces of information
needed for Role Playing.
.
The Role Playing Database package consists of a collection of C++
classes that implement a series of structures that contain the various
data entities that represent the various aspects and features used in a
Role Playing Game, including the characters, monsters, spells,
treasures, tricks, traps, etc.
.
The database can be accesed through a Tcl/Tk interface but it the library
can also be used to develop other applications related to role-playing.
|