Skip to content

TirsvadCLI/CSharp.Game.Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Hangman Game

A classic hangman game for windows console and linux console


Explore the docs »

Report Bug · Request Feature

Hangman

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.

Table of Contents

About The Hangman

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.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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
    

Optional for changing the code

  • Visual Studio 2022
    https://visualstudio.microsoft.com/
    

Run the game

Alternativ using dot net command

  1. Clone the repo

    git clone git@github.com:TirsvadCLI/CSharp.Game.Hangman.git
    
  2. Go to main folder in a console and enter the command

    cd .\CSharp.Game.Hangman\
    dotnet run
    

Features

  • Windows console support
  • Linux console support
  • Multi language support

Roadmap

  • 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

Change Log

Folder Structure

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

About

Hangman is a guessing game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages