Updated readme with information about new lib-ified classes and functions.
This commit is contained in:
parent
cdb245df99
commit
9f740180a8
|
@ -20,3 +20,11 @@ A robust command-line dice-rolling utility. Many others exist, of course, but th
|
||||||
|
|
||||||
### dice.py
|
### dice.py
|
||||||
When treated as a library, provides a robust Dice class with a convenient from_str() classmethod.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user