A tools API for designing table top game utilities
Lazy Table Tools is intended to be an API to assist in designing utilities such as character generators for D20 style table top games. The intention is to start by designing a character generator that allows data entry then move on to more comprehensive tools that allow for item creation, monster creation, loot generation, etc...
...Relationships can be defined between different modules to allow for interaction.
This approach gives rise to two mail goals within the project. Reusability: as modules have a plug-n-play character, databasing of modules allows for games to be constructed by combining modules rather than constructing new code. Simplicity: all modules share a common shape. Therefore, they allow for visual programming through a simple GUI (comparable to Java Beans).
The creation of good games relies on the easy of prototyping and creative exploration.