This Python program implements a simple command-line version of the classic Hangman game. It is inspired by a practice project from the Python programming course "Python Generation: Beginner's Course".
The program randomly selects a word from a predefined list (coding terms) and prompts the player to guess the word by suggesting letters or guessing the entire word. The player has 6 attempts represented by the stages of a hangman drawing. If the player fails to guess the word within the allowed number of attempts, they lose the game.
- Run the program.
- Follow the prompts to guess letters or the entire word.
- The program will inform you if your guess is correct or incorrect and update the hangman's state accordingly.
- Continue guessing until you either guess the word correctly or run out of attempts.
Sergey Torshin @torshin5ergey