Hangman Game in C# .NET Console
The Hangman game, in which you objective is to guess a word. The game randomly picks the word from the words.txt file which is located next to the application .exe file. That gives you possibility to simply modify the words (single word per line).
Control
You press the character keys. You'll get a response if you guessed correctly (green), incorrectly (red), or you've already attempted the character (yellow).
The purpose of the game is mainly object design demonstration, so don't expect any fancy stuff. The game can be modified - you can download the source code below.
Gallery
Download
By downloading the following file, you agree to the license terms
Downloaded 22x (43.29 kB)
Application includes source codes in language C# .NET