Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 298 Bytes

File metadata and controls

2 lines (2 loc) · 298 Bytes

CodeAlpha_Hangman_Game

🎮 A simple text-based Hangman game written in Python. The player guesses a randomly selected word from a predefined list, one letter at a time. Incorrect guesses are limited to 6. Console-based, using basic Python features like loops, conditionals, strings, and lists..