Skip to content
#

conditionals

Here are 14 public repositories matching this topic...

The classic game of hangman written completely in Python. The hangman game randomly chooses a word, count its letters, and presents a list of “_” characters equal to that number. The player guesses a letter which the game checks. If it’s correct it replaces the “_” character with the letter and continues. If it is in-correct it “draws” the hangm…

  • Updated Jan 14, 2022
  • Python

Improve this page

Add a description, image, and links to the conditionals topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conditionals topic, visit your repo's landing page and select "manage topics."

Learn more