NumWorks Wordle
Wordle clone for the NumWorks calculator in micropytho, fully compatible with python and ported to the browser using pygame and pygbag.
This is not mobile friendly, so you need a keyboard to type the keys, since the code is designed to run on the NumWorks Calculator, which does have a keyboard.
You can find the minified NumWorks version at my repository.
The game contains a dictionary of 12971 words, out of which 2315 are candidates for a wordle. The dictionary is compressed as a trie and encoded in Base64 so that it fits in the 32K script limit of the NumWorks
Each word has an id so that it can be used to compete with other users if they enter the same id.
Leave a comment
Log in with itch.io to leave a comment.