zdimension / wordle-ce

Wordle implementation on the TI CE calculator family (TI-83 Premium CE, TI-84 Plus CE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordleCE

Wordle implementation on the TI CE calculator family (TI-83 Premium CE, TI-84 Plus CE).

Uses two AppVars:

  • WORDLE (5-letter word list, ripped from the original game), archive
  • WORDLE2 (game data), RAM

Word lists are available in English or French, upload one of the two.

Use keypad for letter input, Enter to submit a word, Delete to delete a letter and Clear to exit.

Requires the CE Toolchain libraries.

About

Wordle implementation on the TI CE calculator family (TI-83 Premium CE, TI-84 Plus CE)

License:MIT License


Languages

Language:C 96.0%Language:Makefile 4.0%