I made Wordle in Flutter, now with a speedrunning leaderboard. The goal is to find the word as fast as possible - the number of guesses you make doesn't matter. I'm sure you can beat my current score of 39 seconds 🙂 . You can play at austin-540.github.io/wordle_cloneI made a simple webpage to embed into my new tab page which shows how many days are left until August 31st, and how many tickets I should be at now to get the rewards that I'm aiming for. It's available at austin-540.github.io/Arcade_Progress_Tracker and to customise the targets you can go to the repository at github.com/Austin-540/Arcade_Progress_Tracker
I began making a wordle game in Flutter. There's still a lot of work to do on the UI but its a start. I also need to pick a random word at the beginning of the game, instead of using the same one each time.