This is an interactive Hangman game implemented in Python. Players can choose from three different languages (Portuguese, English, and French) and guess letters to uncover a hidden word.
- Supports three languages: Portuguese (PT), English (EN), and French (FR).
- Interactive console game with visual stages representing lives remaining.
- Validates user input for language selection and letter guesses.
- Run the script.
- Choose a valid language by entering PT, EN, or FR. Type exit to quit.
- The game will present a hidden word represented by underscores.
- Enter one letter at a time to guess the word.
- You have a limited number of lives; each incorrect guess reduces your lives.
- The game ends when you either guess the word or run out of lives.