Skip to content

mm-amaya12/python-hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Python Hangman Game

A command-line Hangman game built in Python using PyCharm. This project allows a user to guess letters in a randomly selected word while tracking lives remaining until the word is solved or the player loses.

Features

  • Random word selection
  • Letter-by-letter guessing
  • Lives tracking
  • Win/loss logic
  • ASCII hangman stages
  • Modular file structure using separate word and art files

Project Structure

hangman-game/
│
├── main.py
├── hangman_words.py
├── hangman_art.py
└── README.md

About

A command-line Hangman game built with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages