Josie’s doing something with kids tomorrow, and she needed a word puzzle. I made her one. No. I made her a program to make any number of them. :) Like this one:

KJAPANINAW
ACOUSLAPDO
NIUSBELEUR
GPRDIPPAPC
ASOUDEHCTE
RBCBHGAERS
OEKYMOUSET
OOEALEHLIE
WIRIJSELAR
CATNGMHIDU

I’ve attached the Python Find the word to produce stuff like this to this story, should you happen to need something like that. It’s the stupidest possible algorithm, purely random. It works well enough, though. You also need a word file, I’ve attached an Find the word. Then you call it with

python find-the-word.py words

and it spits out what you want. Golly. :P

Attachments