# Part 1: Character

## Module 1: Creating a new class and methods

Creating a class outside of Program.cs, setting up its properties, and writing some methods for it.

## Module 2: Setting properties in the constructor

Selecting what to take in for the constructor in your new class.

## Module 3: Creating a new Character object

Using Program.cs to capture user input for creating a new Character object.
