Graph

This program assumes you have two points and will draw lines to those two points for you. So you might have something like "graph the line at points (3,2),(4,6)". The catch is this program is in a loop to allow for multiple lines to be drawn. Just hit 2nd and quit (or exit) to exit the program and then hit GRAPH to view the lines you made. This is also handy if you need to draw a line across an equaltion already in the grapher.

grph

Download TI-85
TI-85 ASCII

Continue reading “Graph”

Crash

One of my first game programming books was for the Apple ][e. One of the cool BASIC programs in the book was this skiing game. For some reason, it was cool to punch into the computer and entertaining to play. I ported it over to the TI and added obstacles (see 2nd last menu option – by default they are off but you can easily turn them on). Just use the left/right arrow keys to direct your skier. It keeps track of your score and the highest score.

crash crash2

Download TI-85
TI-85 ASCII

Continue reading “Crash”