I wrote an app to analyze my Wordle play - I tell it my guesses (with the answer last) and it tells me how many possible answers were left after each turn, what the best next play was, and how my play compares to my current strategy. I use it every day.
I wrote the code over a few months, along with code to find optimal guesses, simulate games, and do earlier versions of game analysis.
It's written in Rust, originally as a console app, but now wrapped up with a very basic interface. I figured out how to get it running as a WebAssembly Progressive Web App so that I can use it on my iPad without connectivity and without having to submit to the App Store.
I'm building a game algebra and playthrough animations for the game Kingdom Rush. I love iterating on strategies but couldn't remember a whole playthrough well enough to iterate.
https://scottlouvau.github.io/pwa/wordle-analyze/
I wrote the code over a few months, along with code to find optimal guesses, simulate games, and do earlier versions of game analysis.
It's written in Rust, originally as a console app, but now wrapped up with a very basic interface. I figured out how to get it running as a WebAssembly Progressive Web App so that I can use it on my iPad without connectivity and without having to submit to the App Store.