From the course: Object-Oriented Programming with C#

What you should know

- [Instructor] This course is intended for intermediate developers that have a basic knowledge of how C Sharp works, have experienced writing classes, and want to learn more about the concepts of object-oriented programming and practice. I'm going to assume that you've already read a little bit about the theory behind object-oriented programming or come from a language that uses it. You'll need to get .NET 6 set up on your computer but any future versions of .NET will work, since the code we'll be writing will focus on the core features of the language. If you do not have .NET set up, please go ahead and download a copy of Visual Studio for the Mac or Windows. It'll automatically set up your dev environment and make it easier to code our game. You can also use Visual Studio Code, but you'll need to download the C Sharp plugin and manually set up the .NET SDK on the command line, which I won't be covering in this course. Once you have everything set up, you'll be ready to code along as we build our text adventure game.

Contents