
A classic hangman game for windows console and linux console
Explore the docs »
Report Bug
·
Request Feature
This is a simple hangman game that I created in CSharp. The game is played in the console and the user has to guess the word that the computer has chosen. The user has 6 lives and if they run out of lives, they lose the game. The user can also guess the whole word at once. If the user guesses the word correctly, they win the game.
It is in development and less playable yet.
Though the origins of the game are unknown it is believed to have originated in Victorian times, where it was a popular parlor game. The game is still played today, and it is a fun way to test your vocabulary and general knowledge.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- .NET 9.0
https://dotnet.microsoft.com/download/dotnet/9.0
- Visual Studio 2022
https://visualstudio.microsoft.com/
-
Clone the repo
git clone git@github.com:TirsvadCLI/CSharp.Game.Hangman.git
-
Go to main folder in a console and enter the command
cd .\CSharp.Game.Hangman\ dotnet run
- Windows console support
- Linux console support
- Multi language support
- Change game mode (easy, medium, hard)
- Change game type (animals, countries, etc.)
- Add more words
- Help
- Score system
- Save and load highscore
- World highscore online
- Multi language word list
CSharp.Game.Hangman/ # Root folder that contains the solution
|---Hangman/ # Project folder
| |---bin/ # Contains the compiled files
|---images/ # Contains images
|---logo/ # Contains logo
|---documentation/ # Contains documentation
| |---doxygen/ # Contains doxygen documentation