by nebyoolae on 10/25/22, 4:21 PM with 0 comments
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.
The source is on Github: https://github.com/michaelchadwick/bogdle. A somewhat more extensive write-up is at https://michaelchadwick.info/blog/2022/10/25/bogdle-is-live.
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.
Cheers!