I've taught myself c++ in the last two weeks, and i wanted to stretch my fingers on it so wordle was my first project. used the SFML graphics library, and really that's about it. the game is just a bunch of state changes and string comparisons, it actually was a lot easier than i thought!