How would you verify wordle boxes in fp-ts? π© π¨ β¬ #1713
imcotton
started this conversation in
Show and tell
Replies: 1 comment
-
Here goes my spin:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing around the Wordle related ideas in fp-ts recently, one interesting gotcha I found along the way, is that it actually quite easy to have those colors marked wrong if not looking closely, even the 3Blue1Brown had to release a second video for the correction because of this very issue:
What have you in mind on this matter by using fp-ts? Any thoughts or solutions you'd like to share?
To speed things up, I've made a scaffolding repo with basic setup as well as several test cases ready to be checking against with, by either
orLastly, for the sake of both keeping the thread tight and spoiler free (just in case), might consider using the template below to share the long coding blocks:
spoiler (click to expand)
The answer is
Beta Was this translation helpful? Give feedback.
All reactions