Automatic coloring based on a given answer. #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is more of a proof of concept but maybe it'll give you a bit of a head start if you decide to implement this feature. Basically, many times I will use the bot to see how well I did on a game I just played and see what it would have suggested, how it would have played, etc. In those cases, I know what the answer is.
This PR adds a text box where you can fill the known answer. Then, when you type in any word, that word gets automatically colored based on the answer provided. This is a convenience feature to make coloring faster when the answer is known. I mostly tested in Wordle mode, so I'm unsure how it would behave in other modes, or perhaps it should be limited only to modes where there is a single answer. I wasn't sure exactly how to do that or what design you'd want.
Anyway, I'm hopeful my contribution here is useful in some way.