🎮 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..