This is a simple text-based Hangman Game built using Python as part of the CodeAlpha Python Internship.
- Predefined word categories (Animals, Fruits, Tech)
- Difficulty levels (Easy, Medium, Hard)
- ASCII Hangman drawing for wrong guesses
- Hint system (one hint per game)
- Score tracking
- Replay option
- Fully console-based, no external libraries
- Python 3.10
- Random module
- Basic loops, conditions, functions
- Clone the repository: https://github.com/sam27peter/CodeAlpha_HangmanGame.git
- Practiced Python control structures
- Built a text-based interactive game
- Improved logical thinking & problem-solving
CodeAlpha Python Programming β Task 1 (Mandatory)