Finally rolling up my various word game "helpers"
Thu 04 May 2023
I don't like losing word games
Over the years I've collected a bunch of snippets for quick assistance with various word games like Scrabble, Wordle, etc., and I'm finally putting them on Github as a single unified Python script. "Scrabble" being a trademark of Hasbro, I'm calling it "screwball". Modes currently include Scrabble (underscores for blank tiles), Wordle, Letterbox, and pure anagrams. All my existing snippets ignore proper nouns and possessives so I should make that configurable with an argument. Also the dictionary is selectable.
Category: Programming Tagged: python games