My student Project

Hey folks,
I recently finished a student project last semester as part of my post grad and I was wondering if I could get some feedback on the prototype we made for the project? I was the main coder on this project and I have included some screen shots of the code. The outline for the game was a zombie survival game with an emphasis on resource management. The screen shots included are CharacterSelect which is a quick blueprint to allow the user to select a character and then edit some onscreen details. Combatscreen shows how we test whether the user is unarmed, decide upon the damage by taking into account various factors and then hand these values off. Save & load shows how we save our values in our character class and the use them at various points throughout the program.

Any feed back or criticism would be appreciated. Thanks.