Skip to content

Latest commit

 

History

History

Hangman

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hangman

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Hangman is a game that chooses a random word from the english language, and you try to guess the word. If you make too many incorrect guesses you lose.


      ╔═══╗
      |   ║
      O   ║
     /|\  ║
       \  ║
     ███  ║
    ══════╩═══

Input

  • a, b, c... z: guess letters
  • enter: play again
  • escape: exit game

resizing the console window will cause the game to close

Downloads

win-x64

linux-x64

osx-x64