Updated readme with information about new lib-ified classes and functions.

This commit is contained in:
Anna Rose 2012-03-29 18:31:38 -04:00
parent cdb245df99
commit 9f740180a8

View File

@ -20,3 +20,11 @@ A robust command-line dice-rolling utility. Many others exist, of course, but th
### dice.py
When treated as a library, provides a robust Dice class with a convenient from_str() classmethod.
### battle
This module has data objects for storing and retrieving information about a battle, initiative groups, and combatants. It prints to stdout and prompts for input from stdin.
### easyinput
Convenience functions for prompting/reading strings and ints. Has the ability to specify defaults, and more.