Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GAME SUGGESTION] Wordle - CLI Edition #85

Open
AttAditya opened this issue Oct 24, 2024 · 1 comment · May be fixed by #84
Open

[GAME SUGGESTION] Wordle - CLI Edition #85

AttAditya opened this issue Oct 24, 2024 · 1 comment · May be fixed by #84

Comments

@AttAditya
Copy link

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

@AttAditya AttAditya linked a pull request Oct 24, 2024 that will close this issue
@AttAditya
Copy link
Author

I've raised PR for this as well - #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant