# Introduction

![](https://1681523514-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAU8YfGNQapdSS6kuFl%2F-LAU8maiBwigPjfgLuJB%2F-LAU8utPO7bll5rVjO-r%2Fefalogo.png?generation=1524162344174081\&alt=media)

## Welcome To The .NET Console Game Gitbook

### What You'll Learn

In this book we will be implementing some object oriented programming techniques and combining some of our C# fundamentals to create a console game. Some of these concepts may be challenging to understand initially, but practice and experimentation should provide clarity. Ask questions and be sure to reflect on what each lesson means in relation to the rest of what you have learned. Learning C# is fun and rewarding!

Ensure that you're coding along where it indicates so that you can get used to typing code, and that you thoroughly read through the material so that you can maximize your understanding.

This book is intended to be a resource for you throughout the program and beyond, feel free to use it as such, and reference things as needed.

### Table of Contents

1. [Creating A New Console App and Character Class](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-1-character/module-1-creating-a-new-class-and-methods)
2. [Setting Properties In The Constructor](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-1-character/module-2-setting-properties-in-the-constructor)
3. [Creating A New Character Object](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-1-character/module-3-creating-a-new-character-object)
4. [Creating A Menu](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-2-menus/module-4-creating-a-new-menu)
5. [Nesting A Loop](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-2-menus/module-5-nesting-a-loop)
6. [Challenge](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-3-expanding/module-6-going-into-a-larger-loop-challenge)
7. [Challenge Answer](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-3-expanding/module-7-challenge-solution)&#x20;

[Next](https://eleven-fifty-academy.gitbook.io/dotnet-152-csharpconsolegame/part-1-character), we'll get started!
