Comment on Show HN: Worldle- 24 Hour real time boggle HTML5 hackathon gameComments−gmig14yHow are the boards generated with so many words?−farhadabasOP14yI generate the letters based on the frequency of the letters in the English language. I just do this process many times, and then use the board with the most words. Its a very hacky brute force way :)−objclxt14yIt's quite an interesting problem - was actually an interview question for one of the usual suspects that I've interviewed at.
Comments
How are the boards generated with so many words?
I generate the letters based on the frequency of the letters in the English language. I just do this process many times, and then use the board with the most words. Its a very hacky brute force way :)
It's quite an interesting problem - was actually an interview question for one of the usual suspects that I've interviewed at.