I wrote my first object oriented C# console application.
It simulates RPG style combat.
There are two characters (Parzival and Nolan).
It creates two character objects, based on a Character class... (that's a C# class, not the RPG class), then simulates combat, rolling initiative and attacks, and damage each round.
I'm fairly certain there are a lot of improper things done in the code, but it works!
Download
0 formats
No download links available.
First C# Console Application (RPG Combat) | NatokHD