Skip to content

Killian264/Text-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-RPG

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.

What I learned

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.

Comments

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.

About

A text RPG made in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages