diff --git a/readme.markdown b/readme.markdown index 948920f..d39a118 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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.