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
Monster
contains a property ofHealth
,Attac
andDefense
. - The
Player
can choose his type ofMonster
. - The
Game
selects the opponent randomly. - In each
Round
theMonster
attac each other and newHealth
is calculated. - The
Fight
is limited byTime
. - The
Game
ends if oneMonster
dies or noTime
is left. Winner
is theMonster
with mostHealth
at 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.