This program is written in Python and allows two players to compete in a game of hangman. Player 1 will enter a word, that is hidden from player 2. Then player 2 will have to guess the word by ...
Player can type 'exit' anytime to exit the game. If Player guesses the correct word with atleast 1 life remaining, he / she is declared as the winner of this game. #two-player mode Player-1 gives a ...