Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 387 Bytes

File metadata and controls

10 lines (7 loc) · 387 Bytes

The HangMan Game

Online version of the famous Hangman game. The first player comes up with a word, and the second one guesses.

Hangman is a paper and pencil guessing game for two or more players.

  • One player thinks of a word, phrase or sentence
  • Other(s) tries to guess it by suggesting letters within a certain number of guesses.

How to run it:

docker-compose up --build