CLI Wordle Game
Description
Implement a CLI-based version of the popular word-guessing game "Wordle." The game should be playable entirely in the terminal, providing players six attempts to guess the hidden word. Feedback must be given after each guess in terms of correct letters in their correct and incorrect positions.
Requirements
- Six-guess limit for each game.
- Provide feedback after each guess:
- Correct letters in the right position should be marked in green.
- Correct letters in the wrong position should be marked in yellow.
- Incorrect letters should be marked in white.
- Implement ANSI color codes for visual feedback.
- Include random word generation from a predefined word list.
- Text-based interface with smooth user input handling and game loop.
- Instructions on how to run and play the game should be documented in the
Wordle/README.md.
Notes
CLI Wordle Game
Description
Implement a CLI-based version of the popular word-guessing game "Wordle." The game should be playable entirely in the terminal, providing players six attempts to guess the hidden word. Feedback must be given after each guess in terms of correct letters in their correct and incorrect positions.
Requirements
Wordle/README.md.Notes