A C# implementation of the hangman game
Find a file
2024-10-26 01:11:19 +02:00
.idea/.idea.HangmanCLI/.idea Version 1.0 2024-10-26 01:04:14 +02:00
.gitignore 1.1 - fixed not showing correct word 2024-10-26 01:11:19 +02:00
Drawing.cs Version 1.0 2024-10-26 01:04:14 +02:00
HangmanCLI.csproj Version 1.0 2024-10-26 01:04:14 +02:00
HangmanCLI.sln Version 1.0 2024-10-26 01:04:14 +02:00
Program.cs 1.1 - fixed not showing correct word 2024-10-26 01:11:19 +02:00
README.md Version 1.0 2024-10-26 01:04:14 +02:00

Hangman Game

A C# implementation of the hangman game

Credits

Drawing class was converted from javascript to C#, you can find the original code here