Simple C# automated game
In this C# console game two player attack each other ( hero - villain ). They start with given life point. They hit each other until one of them life point run out and the other wins. Each round it is randomly determined who will start. The power of the pounches is a random number, and with certain probability it can be a miss (0 hit) or a critical hit (twice the hit). This continues until one of them wins.