A port of the ancient game "peg solitaire" for the TI-84 Plus CSE. This game is written in TI-Basic and makes use of the xLIBc and Celtic II libraries. The objective of the game is to clear all pegs from the board. Pegs can only move by jumping over another peg into an empty slot. When a peg is jumped over by another peg, it is removed from the board.
A port of the game "Block Party" for the TI-84 Plus CSE. Block party is essentially the same as the popular game 1010!, but played on an 8x8 grid. This game is written in TI-Basic and makes use of the xLIBc and Celtic II libraries.
The monochrome Z80 series of TI calculators do not have any built-in functionality to draw sprites. By printing text on top of other text as well as saving and recalling the graph screen, it is possible to draw arbitrary sprites. This program provides an interface for users to draw and export their creations as horizontal text sprites which can be embedded in a monochrome TI-Basic program.