pyBegin / projects / guess-the-word
🪢

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…

76 linesRunnable

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.