https://github.com/mcriley821/hangman
Quick hangman project
https://github.com/mcriley821/hangman
Last synced: about 2 months ago
JSON representation
Quick hangman project
- Host: GitHub
- URL: https://github.com/mcriley821/hangman
- Owner: mcriley821
- License: unlicense
- Created: 2021-03-22T22:54:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T21:14:10.000Z (about 3 years ago)
- Last Synced: 2025-02-07T22:49:25.293Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman
Quick hangman projectA random word from the dictionary file is pulled and used as the secret word.
There are a limited number of guesses (6) to determine which word is the secret word.
Simply run ```py hangman.py```