Uncompleted C# Hangman

BK_123

Golden Master
Messages
7,578
Location
Australia
I am going to upload my uncompleted hangman game for you guys to view and give me some feedback. I've used something called mahapps to design the GUI MahApps.Metro Documentation. I am only a beginner at programming so this isn't the best. Go here to download Hangman game.zip.

Please note that you''ll need Visual Studio from Microsoft to view all the code.
 
Over all, I think it looks good for a beginner. Might I ask though what's going on with what appears to be a randomish call to medaiElement.Audio.Source on line 140? It's in curly braces, but not part of a defined method Is the intent to have that be a global element to the class?

This is more of a pet-peeve of mine than something wrong, but why comment out large blocks of code with the // commenting? Surrounding the chunk of code that you want to comment out with /* and */ respectively makes things easier to read IMO. This part is all opinion so if that's what's requested by your teacher/professor or what you prefer then ignore it.

To end on a high note, you did a good job documenting the code
 
Back
Top Bottom