No, I forgot about that! We're even going to be doing it soon in my class as a practice.
Last week I wrote a WordleMaster application in Java (I started with a console application and then made a GUI for it). I plan to turn it into a lab for AP CS A. The last time I did that I presented it at WMC. So, if anyone's interested, I may be presenting
that in 2023. The activities will focus on writing the Wordle class (a single Wordle puzzle is an instance of that class). It won't really focus on the GUI side, although I may add some activities that talk a little about how the GUI elements work because
students are always interested about stuff like that.
For the Wordle nuts out there, if you choose a good first guess it averages success in about 3.5 attempts. It doesn't do all the thinking for you. It just speeds up the process quite a bit.
One of my goals in AP CS is to show the students GUI applications that are easy to understand and that don't require navigating a lot of source code files. I've already done that once with a Tetravex lab that I presented at WMC in 2019 iirc. I would encourage
anyone with similar self-created projects to consider presenting them at WMC.
Chris.