Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 606 Bytes

File metadata and controls

26 lines (17 loc) · 606 Bytes

DCC-Toon-Gen

by Sub-Lockdown

This a Dungeon Crawl Classics Level 0 Character Generator.

The aim is help generate a party of level 0's nobodies to easily have a stable of future adventurers to pull from.

Usage

To run the program:

python DCC-Toon_Gen.py

This will create a random adventure and print out it's stat block.

Change Log

01.14.2023 Pivoted program to just be a level 0 character creator, and not a full fledge program Removed code no longer required Created Adventurer class and related functions Created new main program