This is a text RPG made in C#. A text RPG is a role playing game in the console.
To run the project download it and open it in Visual Studio. Run the code.
Delegates for code reuse and polymorphism.
Polymorphism using override in subclasses. Multiple methods with different params.
Encapsulation and information hiding with access modifiers such as private and protected.
Interfaces for C#'s version of multiple inheritance.
Inheritance for code reuse.
There are comments but many are notes to myself of later plans and reasonings for certain code. The actual comments should make sense the notes to myself though will be a bit confusing.