Skip to content
#

word-guessing

Here are 21 public repositories matching this topic...

Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of a stick figure being drawn. If the player guesses the word before the figure is complete, they win.

  • Updated Oct 7, 2024
  • Python

Hangman Game — A simple terminal-based word-guessing game written in Python. This project includes clean modular code, ASCII-art visuals, and automatic score saving via CSV. It’s designed as a beginner-friendly example of using functions, modules, file handling, and game loops in Python.

  • Updated Dec 3, 2025
  • Python

Improve this page

Add a description, image, and links to the word-guessing 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 word-guessing topic, visit your repo's landing page and select "manage topics."

Learn more