Skip to content

H0n3y-To4st/hangman292

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

Hangman is a classic game in which a player thinks of a word and the other player tries to guess that word within a certain amount of attempts (represented by lives). This is an implementation of the Hangman game written in Python.

Project Layout

The project is comprised of:

  • Template file: to allow users to implement their own hangman game.
  • milestone 2-4 files: as the file number increases consecutively, each subsequent file contains a greater number of coding implementation.
  • milestone 5: the final and complete implementation of the hangman game

Requirements

  • Python 3.9x

Instructions

The game will prompt you to guess a letter within a word, checking if it is within the word or not.

  • If your guess is correct, the word will reveal where your letter applies. The game will prompt you to guess again.

correct-answer

  • If your guess is incorrect, the game will notify you and take away a life.

incorrect-answer

  • The game ends either when the user has successfully guessed all the letters within the word

win

  • or when the number of lives are depleted.

lost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages