conundro
I've always been a huge Wordle/daily word game fan, so when I
got the chance to work on a project that was all about words,
I was excited to begin and expand upon it.
What's going on behind the scenes here is a word game that
generates puzzles daily for users to solve. Every 24H, we ping
a cloud function that sends a request to a tailored OpenAI
model, saves it to our database, and serves it up for users to
enjoy. Progress is saved within browser storage, so you can
pick up where you left off. Plenty of features to expand upon
it in the works (which you can read about on the site), so
feel free to check it out!