the most interesting part of this imo is the heuristic it uses to find the most likely word: # Greatly penalize words that have multiple of the same black letters # Greatly penalize words that have the same black letters as any seen word # Greatly penalize words that have the same yellow letter/index pair as any seen word # Reward words that have yellow letters that match yellow letters in seen words, but in differen…
I like your project, very creative!