Skip to content

Crossword program for the TI-84 Plus CE graphing calculator.

Notifications You must be signed in to change notification settings

commandblockguy/crossbun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossBun

CrossBun is a crossword puzzle program for the TI-84 Plus CE graphing calculator. It's heavily inspired by Crosshare.

An animated screenshot showing CrossBun in action.

Installation

To install, transfer CROSSBUN.8xp and clibs.8xg from this repo to the calculator using TI-Connect CE or TiLP. On newer calculators (OS 5.5 and above), you'll need to use arTIfiCE and optionally a shell like Cesium to run the program.

You'll also need to transfer at least one .8xv file containing crossword puzzles in order to use the program. These can be created from .puz files using the convert.py script.

Usage

Key (TI-84+CE) Key (TI-83PCE) Function
Arrow keys Arrow keys Move cursor around
2nd 2nd Toggle cursor direction
A-Z (no alpha) A-Z (no alpha) Enter a letter
del suppr Remove a letter
Y= f(x) Skip to previous word
graph graphe Skip to next word
mode mode Exit without saving
clear annul Save and exit

Converter

This repository includes a script to convert multiple .puz files into a single crossword puzzle pack for the calculator to read. To use it, you'll need to install the convbin utility (which is included with the CE C toolchain). You'll also need to install its dependencies, e.g. pip install puzpy bitstring tivars. Then, you can run it like so: python convert.py --title "My pack title" --description "Pack description input1.puz input2.put input3.puz MYPACK.8xv.

Limitations

  • Does not support puzzles larger than 15x15
  • Does not support rebus puzzles
  • Only supports puzzles with empty initial state
  • Only supports puzzles with alphabetical solutions and ASCII clues

Building from source

Install the CE C toolchain. Then, run make. The compiled program will be located at bin/CROSSBUN.8xp.