This project is a simple text-based Hangman Game developed using Python as part of the CodeAlpha Python Programming Internship.
- Random word selection
- Letter-by-letter guessing
- Maximum 6 attempts
- Win and lose conditions
- Console-based gameplay
- Python
- Random Module
- Open the project folder in VS Code.
- Open the terminal.
- Run:
python hangman.py
Ishika Sahu
CodeAlpha Python Programming Internship