public
Description: An encapsulation (in C) of the core logic and data of D&D, 3rd edition.
Homepage:
Clone URL: git://github.com/jamis/dnd-util.git
name age message
file .gitignore Tue Sep 09 21:58:01 -0700 2008 update the readme, add .gitignore [jamis]
file LICENSE Tue Sep 09 20:58:30 -0700 2008 Add some other utility files [jamis]
file Makefile Tue Sep 09 20:58:30 -0700 2008 Add some other utility files [jamis]
file README Tue Sep 09 21:58:01 -0700 2008 update the readme, add .gitignore [jamis]
directory include/ Tue Sep 09 20:58:30 -0700 2008 Add some other utility files [jamis]
directory src/ Tue Sep 09 20:58:30 -0700 2008 Add some other utility files [jamis]
README
This library encapsulates the core data and rules (plus a few auxiliary bits
of data and rules) for D&D, 3rd edition.

BUILDING
--------

This library was written well before I knew anything about autoconf and
friends. Thus, the makefile should be considered to be only a guideline, and
you're expected to actually MUCK WITH IT. Yes, I know. How deliciously
primitive.