https://github.com/dlamott/hangman
Entry level HangMan
https://github.com/dlamott/hangman
game hangman python python3 tutorial
Last synced: about 1 year ago
JSON representation
Entry level HangMan
- Host: GitHub
- URL: https://github.com/dlamott/hangman
- Owner: DLaMott
- Created: 2020-07-13T20:45:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T20:52:42.000Z (over 5 years ago)
- Last Synced: 2025-01-13T14:24:46.587Z (about 1 year ago)
- Topics: game, hangman, python, python3, tutorial
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HangMan
Entry level HangMan.
This creates the classic HangMan game. User has to guess the word until they run out of chances.
After losing and or winning the user can choose to restart or exit the game.