A console-based word guessing game built with Python. One player enters a hidden word and two hints, while the other player tries
to guess the word letter by letter within limited attempts.
Key Features:
Word Setup: One player inputs the secret word and two hints.
Hints System: The guessing player can request up to 2 hints; if exceeded, no more hints are provided.
Gameplay Mechanics:
Player has 10 attempts to guess all characters correctly.
Displays whether each guess is correct or wrong.
Tracks progress by index of characters.
Game End Conditions:
Win: all characters guessed correctly.
Lose: if attempts run out.
Technical Stack:
Language: Python.
Libraries: random (choice), standard input/output for interactiot