Change the settings to create and search for a word based on starting and ending letters, specific letters or word length. The Random Word Generator can be used for guessing and searching words with letters in word games like Wordfeud, Scrabble, and Wordle, or for brainstorming ideas for dra...
I’ve recently finished adding Wordle to my short list of “word game helper” apps. After playing a couple of times unaided by a computer, it seemed fun to put together a short algorithmic solution to help ensure a continued 100% win streak! You can find the source here. Continue readin...
In March, when Emily got the college acceptance she was hoping for, I bought her a Carvel cake with the word “Bard” written on it. After starting out way ahead of the pack in school, she turned into a lazy and unmotivated student who spoke little in class and seldom did her homework...
The following code does this, outputing the resulting counts in a file, the contents of which can be pasted into Wordle’s advanced word cloud input. object DescribeFollowers extends TwitterInstance with RateChecker { def main(args: Array[String]) { val screenName = args(0) val maxUsers =...