You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: