A simple word-guessing game where players try to guess a 5-letter word based on hints.
1- Clone the repository or download the project files. 2- Ensure you have Python 3 installed on your machine. 3- Run python main.py to start the program.
Run the game using the installation instructions above. Guess the 5-letter word by entering your guess when prompted. Continue guessing until you get the right word or reach the maximum number of tries. Receive feedback on the number of correct letters and letters in the right position.
Contributions are welcome! If you spot any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
This project was inspired by the New York Times Wordle game and was created as an exercise for learning Python programming.