A clone of the word guessing game Wordle for the TI-84 Plus CE and TI-83 Premium CE graphing calculators.
(A video tutorial for the following steps is also available here)
Transfer WORDLE_sellout.8xp, WORDS.8xv and the C Libraries to the calculator using TI Connect CE or TiLP. Then, select prgmWORDLE from the program menu and press enter. If this results in an error, arTIfiCE is required for your OS version. If you have not set your system clock, be sure to do that from the calculator's mode menu so that you can get the latest puzzle.
Help is available in-game by pressing the y= key while the game is running.
To build this repository from source,
the CE C Toolchain is required.
After installing the toolchain, clone this repository and run make gfx
inside it to generate the graphics data, and then make
to compile. The output .8xp
can be found in the bin/
directory.
Based on Wordle by Josh Wardle.