🪢
Guess The Word
Python76 lines· A word guessing game (Hangman-style without the drawing). The program picks a random programming-language word and you have six attempts to reveal…
Original project by @smw-1211 — view source on GitHubReady when you are
Guess The Word
A word guessing game (Hangman-style without the drawing). The program picks a random programming-language word and you have six attempts to reveal it one letter at a time.
How to run
python Guess_the_word.py
Dependencies
Standard library only (random).
Pyodide-runnable
Yes — console game using only input()/print() and the random module.
guess-the-word.py· Python 3.x
86 linesConsole· terminal