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

Custom Wordle keyboard #4

Open
steveszc opened this issue Jan 24, 2022 · 3 comments
Open

Custom Wordle keyboard #4

steveszc opened this issue Jan 24, 2022 · 3 comments

Comments

@steveszc
Copy link

The real wordle game implements a custom keyboard UI that has the following characteristics:

  • letters that have not been guessed yet are grey
  • letters that have been guessed that are in the word and in the correct position are green
  • letters that have been guessed that are in the word but not yet guessed in the correct position are yellow
  • Letters that have been guessed but are not in the word are dark grey
  • you can’t guess special characters, emoji, digits, etc

I’ll probably PR this at some point if someone doesn’t beat me to it ❤️

@NullVoxPopuli
Copy link
Owner

Can it be optional? (Off by default?)
Not everyone uses qwerty, and the original wordle keyboard has smaller click targets than my builtin keyboard

@NullVoxPopuli
Copy link
Owner

Apparently i'm greatly in the minority on this.
I'll take a PR to add a keyboard 🙃

@steveszc
Copy link
Author

I started working on a keyboard last night but didn't finish and now I'm on vacation 🙃

I'll pick it back up next week if the issue is still open.

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

No branches or pull requests

2 participants