Question: Create a random character generator for NPCs . This generator should create an instance of a Character class containing at least the following attributes: Name

Create a random character generator for NPCs. This generator should create an instance of a Character class containing at least the following attributes: Name Race Class Alignment Create these 4 attributes from a random attribute generator or passed in to the __init__..Then, create 3 instances of your Character class and create a short story with print statements. Use loops, and conditional logic based on user input if you desire.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!