Hangman

From TedTycoon.co.uk

Jump to: navigation, search

Hangman was a small console application I wrote in C# at the end of 2009. It was one of the class tasks in my year 12 computing lesson. The game simply takes a random line from a text file containing all the hangman words and then displays the spaces and gaps for the player to see how long the word is and how many letters they currently have. It then allows the player to guess letters and displays a ASCII style hangman each go. The game can be played in three difficulties where the player gets less guesses and more penalties.

Personal tools