https://github.com/pkx8326/classic_python_hangman_game
This repository contains Python codes for the classic Hang Man game. The user will be assigned a random word to guess, one character at a time. If the user gets everything right, the program says "Well Done!", but if the user can't get the word right in 6 tries, the program says "Game Over!"
https://github.com/pkx8326/classic_python_hangman_game
classic game guessing hangman python word
Last synced: 8 months ago
JSON representation
This repository contains Python codes for the classic Hang Man game. The user will be assigned a random word to guess, one character at a time. If the user gets everything right, the program says "Well Done!", but if the user can't get the word right in 6 tries, the program says "Game Over!"
- Host: GitHub
- URL: https://github.com/pkx8326/classic_python_hangman_game
- Owner: pkx8326
- Created: 2022-01-25T03:38:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T05:21:02.000Z (over 3 years ago)
- Last Synced: 2025-01-12T20:30:11.080Z (9 months ago)
- Topics: classic, game, guessing, hangman, python, word
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classic_Python_Hangman_Game
This repository contains Python codes for the classic Hang Man game. The user will be assigned a random word to guess, one character at a time. If the user gets everything right, the program says "Well Done!", but if the user can't get the word right in 6 tries, the program says "Game Over!"Credit: The codes in this repository were inspired by Angela Yu's "100 Days of Code: The Complete Python Pro Bootcamp" course on Udemy. You can go to the course's page by clicking the following link (not a ref. link): https://www.udemy.com/course/100-days-of-code/
The ASCII art and the word list can be obtained from the following replit repository: https://replit.com/@appbrewery/Day-7-Hangman-5-Start