This project is a simple hangman game written in C#. The game randomly selects a word from a list of words and the player tries to guess the word by guessing letters. The player has 6 chances to guess the word correctly. If the player fails to guess the word in 6 guesses, they lose the game. How to play
Run the Hangman file.
The game will randomly select a word from a list of words.
The player will be presented with a blank line, representing the secret word.
The player can guess a letter by typing the letter and pressing Enter.
If the letter is in the secret word, the letter will be revealed in the blank line.
If the letter is not in the secret word, a skull will be drawn.
The player has 6 chances to guess the secret word correctly.
If the player fails to guess the secret word in 6 guesses, they lose the game.
If the player guesses the secret word correctly, they win the game.
Requirements
The game requires the .NET Framework 4.6.1 or higher to run.