Hello World!
Welcome to my project page. Nice to have you here.
Why this page exists?
This project follows the recommendations of a work sheet from the games programming class GPD318 at SAE Institute Cologne.
Goal of this class is the introduction of Object Orientated Programming (OOP).
In this project I wanted to show the abilities and borders of a Console-App written in C# using Visual Studio 2017.
And this is how it looks like
Game Design Document
- Create three types of
Monster. - Each
Monstercontains a property ofHealth,AttacandDefense. - The
Playercan choose his type ofMonster. - The
Gameselects the opponent randomly. - In each
RoundtheMonsterattac each other and newHealthis calculated. - The
Fightis limited byTime. - The
Gameends if oneMonsterdies or noTimeis left. Winneris theMonsterwith mostHealthat end ofGame.
You want to see it on your computer?
Fork the repository, open the SpielenMitConsole.sln in Visual Studio, build your version and have some fun.