Skip to content

skramazan/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman game in Python

This is a Python script of the classic game “Hangman”. The word to guess is represented by a row of dashes. If the player guess a letter which exists in the word, the script writes it in all its correct positions.
The player has 7 turns to guess the word.

Core Concepts

This calculator is made for educational purpose and covers the following python concepts

  • Functions
  • Conditionals
  • For and While Loops
  • Error Handling
  • Modules

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Python script of the classic game "Hangman"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published