Hey HN!<p>I made a word search game like Boggle, but inspired by Wordle's look and feel. There is a default Daily mode that finds a 9-letter seed word from a list and then generates all the English words found in it (the word list needs work, though, I know), but also a Free mode if you just want to generate random puzzles of different difficulties.<p>The source is on Github: <a href="https://github.com/michaelchadwick/bogdle" rel="nofollow">https://github.com/michaelchadwick/bogdle</a>. A somewhat more extensive write-up is at <a href="https://michaelchadwick.info/blog/2022/10/25/bogdle-is-live" rel="nofollow">https://michaelchadwick.info/blog/2022/10/25/bogdle-is-live</a>.<p>I had a lot of fun making it, and hopefully you will have fun playing it, too. Let me know what you think and if you run into any troubles.<p>Cheers!