C# Games

NOTE:  If you experience any problems with these games, you might need to install the newest .NET Framework.  Or it could just be a coding error on my part.

If you would like the source code for ANY of these projects for whatever reason, I would be more than happy to give it to you, as long as I am given credit should you edit and redistribute these programs.  Just send me an email at: bauerlej@hartwick.edu.

Visual RPG
This is a game I wrote as my final project in Visual Programming.  It is a basic, turn based RPG with four stats, a morality system, and a pretty advanced battle system.  You can also save your character.

Left2Die
I consider Left2Die to be my greatest C# achievement.  It is a text based zombie survival game with multiple endings.  There is a save game function.  I submitted it as my final project in Advanced Programming Techniques.

Grade Calculator
This is a program I wrote for myself to calculate what my grades would be in all my classes.

Palindrome Checker
This program checks to see if the inputted text reads the same backwards and forwards.
NOTE: After the first check, the output will may not change, restart the program to fix this.