/hangman

Primary LanguagePython

HANGMAN GAME

Description

Hangman is a popular word guessing game where the player attempts to build a missing word by guessing one letter at a time. After a certain number of incorrect guesses, the game ends and the player loses.

You can try playing the game here https://hangmanwordgame.com/


SETUP THE GAME CODE.

  • install git
  • git clone https://github.com/devs-nest/hangman.git
  • python hangman (to run code, you would be using python3)