Skip to content

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

Notifications You must be signed in to change notification settings

LucianDeveloper/HangmanWebSockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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