Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 797 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 797 Bytes

Hangman-game

This is a simple HANGMAN GAME that we all had played in childhood.

Player 1 will give a word as input and Player 2 will guess the word by giving an alphabet as input.

If Player 2 guess it right then he/she will be the winner Player 2 gets only 5 chances to guess the word

                       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!ENJOY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

But this game has some constrains :

Constrains 1 : all inputs has to be alphabets in small case

Constrains 2: Player 2 can not give any string as input it has to be a single word with no space or any special character.

Constrains 3: the word can not be more than 100 characters long

                       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!Enjoy The Game!!!!!!!!!!!!!!!!!!!!!!!!!!