Hi folks, I've just finished a little Wordle clone as my first experiment with the SDK. Please forgive the complete lack of originality—I've never made a game before so I wanted to do something relatively simple and well-defined.
It features crank-driven letter selection, though you can of course just use the up/down arrows if you prefer. It uses the same word list as actual Wordle, but one picked at random with no limit on plays. I have no idea how it runs on actual hardware as mine won't arrive til later this year, but hopefully it's decent!
No plans to properly release this for obvious reasons, but I had a blast making it and wanted to share the game and source for other people to make use of. I come from a back-end web background so I have probably made some questionable decisions on the code side, but it all seems to work