Skip to content

Blackgaurd/TI84-Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI84 Wordle

Porting Wordle onto the TI-84 Plus CE using the CE C/C++ Toolchain.

demo image

How to play

  • Enter letters by pressing keys with corresponding letter in GREEN (alpha keys)
  • Submit word by pressing the "enter" key
  • Delete a letter by pressing the "del" key
  • Exit the game by pressing the "clear" key

Installation

  1. Download the TI Connect Ce Software
  2. Download the latest release of TI84 Wordle (.8xp)
  3. Connect your TI-84 Plus CE to your computer with a Mini-B USB cable
  4. The calculator should pop up on the Connect CE Software
  5. Click the button with an arrow pointing out of a computer (top left of window)
  6. Select the .8xp binary
  7. Click "send"

Running Wordle

On your calculator, press:

[prgm][enter]

About

The dictionary used for this version has roughly 5000 less words than the original. This was done to reduce the size of the binary so it could be compiled to a single file.

If there are any significant words that are missing from the dictionary, feel free to submit an issue!