HangmanCS

Author: Robert Twyman Skelly

A simple Hangman game in C# with a console interface. This was built to learn C# and Visual Studio.

How to play

  1. Clone the repository
  2. Open the solution in Visual Studio
  3. Run the project
  4. Guess the word by typing a letter and pressing enter
  5. You have 6 lives
  6. If you guess the word, you win
  7. If you run out of lives, you lose
  8. Have fun!
  9. (You can also run the game from the command line by navigating to the HangmanCS directory and running dotnet run)