Welcome to the TI-Basic Developer (TI|BD) Program Archives! We have a large variety of programs available for download, with program filtering and sorting based on genre and metadata, and will accept nearly any programs that you want to add to our archives. If you have questions, leave a post on the forums or read the FAQ. Happy gaming! |
Everything Arcade |
Graphics Platform |
Puzzle RPG |
Strategy Sports |
Casino Board |
Utilities Miscellaneous |
Alphabetical | Most Recent | Oldest | Rating | Random |
2017 Tax Finder
|
Helps calculate taxes for 2017 fiscal year. |
Alipor-.txt OODITOR
|
Battery Icon
|
Battery Level Indicator |
Binary Converter
|
A simple conversion system between bases 10 and 2. |
Binary/Decimal/Hexadecimal Converter
|
This program converts between the base 2, base 10 and base 16 numeral systems. [UPDATE: REDUCED IN SIZE (A LOT)] |
Chars
|
Have you ever wanted to get some of those pretty nifty ASCII characters, such as the arrows, or subscript numbers? Well with this program, you can! I recommend just sending this to your archive and running it with a shell (such as MirageOS) so that it does not get deleted, as the program stores its awesome characters into Str7! |
Chemical Equation Solver
|
Balances chemical equations, inputted as a string. |
Chess: Material Value Calculator
|
Calculates the value of chess pieces. Customizable values! |
Clausius Clapeyron Equation Solver
|
A program to solve for any of three variables: Pressure, Temperature, or Heat of formation. |
CrisPI
|
Recite the digits of pi (π). How far can you go? |
Cubic Equation Solver
|
A simple program used to solve cubic equations (AX^3+BX^2+CX+D=0) |
Custom Menu
|
A fully customizable, scrolling menu created for Codebender's custom menu contest. |
Digital + Anoluge Clock V1
|
A very compact (610 bytes) clock with accurate hands and a day indicator. |
Distance Between two points with simplification of radicals.
DNA generator
|
A program that asks for a DNA or RNA sequence, then gives the complementary sequence and displays it! |
Evil
|
Randomly changes the results of calculations |
Exact Quadratic
|
An exact quadratic solver that displays answers in "pretty print". |
EZ-Grader 3.5
|
This program is intended for teachers or anyone who wants to grade tests or exams. It is one of the first programs that I have written, but it is constantly being improved. Version 3.5 has a better user interface, and improved control. |
Fancy Analog Clock
|
A Fancy Analog Clock! |
File Manager - Version 4.88.2
|
File Manager is a Celtic 3 program that allows you to run and manage files. You can manage BASIC programs, Application variables, and groups. Please read more for more information. |
fizz- buzz
|
this is a ti 83 version of the classic math game fizz buzz in which you count up from one and replace numbers with 3 or that are divisable by 3 with buzz and numbers that are divisible by 7 or have 7 with fizz |
Flappy Bird C
|
Full-screen Flappy Bird emulation on the TI-84+ CSE and CE calculators. |
GamePlayer Ultra
|
***This update is necessary if you are using an older version*** |
GeometryCE
|
GeometryCE is a program that automatically calculates many different geometry formulas for you. |
Horner's method
|
Horner's method is a algorithm to divide a polynom by (x-a) ( From wikipedia:[In mathematics, Horner's method is either of two things: (i) an algorithm for calculating polynomials, which consists of transforming the monomial form into a computationally efficient form;[2] or (ii) a method for approximating the roots of a polynomial. The latter is also known as Ruffini–Horner's method.]) |