This Telegram bot implements a word guess game, also known as "Mastermind". Players attempt to guess a word chosen by the bot, and the bot provides feedback on the correctness of their guesses.
- Players can guess words.
- Feedback is provided on correct letters and their positions (
✅
). - Feedback is provided on correct letters in wrong positions (
🟨
). - Incorrect letters are marked (
🚫
).
- Start the game by initiating a conversation with the bot.
- The bot will select a word to be guessed.
- Guess the word by typing it in the chat.
- Keep guessing until you correctly guess the entire word or reach the maximum number of attempts.
- Enjoy the game!
Contributions are welcome! Please fork the repository and submit a pull request.