Archives | Projects | Programming | Hardware | Members | About | Forum
thinking outside the radical
Archives
On this page you can download programs we have written. There are four sections, one for the TI-83, TI-83 Plus, TI-86, and TI-89.

TI-83
  • BOSS
    Brandon W.

    BOSS is a shell that allows you to execute Basic programs without the ON-interrupt(ERR:BREAK) and allows partial disabling of the run indicator. Its purpose is to slightly enhance Basic programs. It currently weighs in at 466 bytes.

TI-83 Plus
  • Games

    • Armadillo Invasion
      Alex Roper

      This is an ASSEMBLY game (No, I'm not a pathethic basic programmer who is lying) where you try to shoot Armadillos with AOLame CD-ROMS before they get to the top of the screen. Its pretty stupid, or mabye I'm just in a negative mood because I missed the party because I thought it was the 28th not the 21st:(
    • Batcave
      Brandon Wilson

      This is a tunnel-like game where you are a bat flying through a maze, constantly gliding downward until you press and hold 2nd.
    • Death Pong
      Michael Vincent

      Yet another spin-off on the classic game of pong, Death Pong features dual paddles on two sides of the screen, random ball direction reversing, and multiple speeds.
    • Death Trap
      Robin Kay

      Death Trap started out as a clone of the popular Avalanche, but I found it was really difficult to see the falling rocks, so I made them leave trails behind them. Now you can pretend they're meteorites or something! If you haven't already figured it out from the screenshot, the aim of the game is to dodge the falling...things.
    • ELITE! Demo
      Alex Roper

      This is a BASIC flight simulator/RPG that I may implemet fighting/RPG later. Now you can fly, shoot (Nothing is shootable, however) and practice landing.
    • Forever Tunnel
      Robin Kay

      Forever Tunnel is (almost) the classic tunnel game ported to TSE. Basically, you race through a winding tunnel while trying not to crash into the sides.The difference is that unlike other tunnel games, the tunnel doesn't get any smaller; it goes on "forever." Now you'll be able to waste your time getting *really* high scores.
    • Jet Hopper
      Robin Kay

      The object of this side-scrolling game is to avoid crashing into the platforms by jumping over them. This game must have the simplest keyboard controls ever, requiring only one key. Remember, though, that doesn't mean the game will be easy.
    • Kaboom
      Peter Jedraszczak

      This game is based on Kaboom for Atari.
    • Pensate
      Robin Kay

      Pensate is a puzzle game, the object of which is to get from the bottom row of the screen to the top. Unfortunately, it's not quite that simple, but then again, it never is. There are other counters on the board that are also moving around. If they land on you...squish.
    • Pong Solo
      Robin Kay

      Everyone remember Pong? The classic two paddle and ball game. Following it's astounding success, a sequel was released, Super Pong. Super Pong featured several different arenas, among them a solo game for one player and now here it is for TSE on the TI-83+.
    • Pongon
      Michael Vincent

      Simply explained, three-dimensional pong.
    • Skirmish
      Alex Roper

      Skirmish is a simple two-player, tactics game for TI-83+ MirageOS. You can form an army from archers, infantry, cavalry, and artillery and attempt to conquer a 16*16 board. Includes terrain customization options and (simple) animations.
    • Triplets
      Robin Kay

      Triplets is a game where you have to catch different symbols in your bucket to make groups of three. Consider this a (really) distant cousin to Tetris.
    • Wacky Pong
      Michael Vincent

      The classic game of pong with a slight twist: the ball randomly reverses direction in mid-flight. This game is not as easy as it looks.
  • Other

    • AddAsm
      Brandon Wilson

      AddAsm is both a program and Flash application that allows you to run assembly programs (that do not require a shell like MirageOS) to be run from the homescreen without using 'Asm('. You run the program just as you would a Basic program. The TI-OS will automatically insert 'Asm(' for you when you press ENTER.
    • Barcode
      Michael Vincent

      Draws a UPC-A barcode when you enter the 11-digit number (no checksum). Very useful. It might even be possible for barcode scanners to read the barcode right off the calc's screen.
    • Base Number Converter
      Robin Kay

      This utility can convert between the three most commonly used number bases: hexadecimal, decimal, and binary.
    • Binary Memory Viewer
      Alex Roper

      This program (Written 100% in native hex) displays a binary view of your memory.
    • Chasm
      Alex Roper

      Chasm is a Z80 assembler for the TI-83 Plus. You can input and compile an ASM program on your TI-83 Plus! This version supports all opcodes except relative addressing.
    • Digital Dice
      Robin Kay

      Digital Dice is virtual dice for the TI-83+. It can simulate dice that have between 2 and 9 sides.
    • Dislink
      Brandon Wilson

      Dislink is a program that will disable the silent linking ability of your calculator. This means your calculator will no longer be able to connect to a computer and sometimes other calculators. The silent link ability can easily be re-enabled by running the program again.
    • Elements
      Michael Vincent

      Elements v3.2 is the app port of Elements v2.0. It features a graphical periodic table screen for browsing, element search feature, and tons of detailed information about each element. Contains info on elements 1-118.
    • Fake Clear
      Robin Kay

      This is a really good fake clear program by Robin Kay and Alex Roper. It emulates the TI-OS prompt and the program menu.
    • Flashcarder
      Alex Roper

      This program (just over 1.25k) allows you to quiz yourself with flashcards. It is written in assembly language for MirageOS, and comes with a flashset creater. Supports acute, grave, caret and dier accents, squiggly c's and n's and many calc symbols. V1.03 fixes the problem with S-Sets in the Flashset Utility (The 8xp isn't changed)
    • Flashcards!
      Alex Roper

      A flashcard program with both multichoice and test mode.
    • GroupTool
      Brandon

      GroupTool is a TI-83/84 Plus Flash application that will allow you to view the contents of your group variables without ungrouping them first. You can extract any number of variables you like, or you can hide the entire variable so it can only be seen from GroupTool.
    • KLogger
      Brandon

      KLogger is a TI-83/84 Plus Flash application that will log keypresses and executed programs and applications to appvars to be deciphered later on a PC using an included Windows program.
    • Latin Translator
      Michael Vincent

      A complete Latin-to-English and English-to-Latin translator for the 83+. Containing over 703 Latin words, it's great for any beginning to intermediate Latin student.
    • NoExec
      Brandon

      NoExec is a TI-83/84 Plus assembly program that prevents the execution of other programs/applications by way of a RawKey hook and parser hook. Previous hooks are backed up and chained to work alongside with other hooks (like MirageOS memory menu protection).
    • Random Lines Screensaver
      Alex Roper

      This is a good example of Mirage's fastline subroutine, and of its uses. It is also a good screensaver.
    • Resistor Toolkit
      Robin Kay

      Here's a program for those of you who haven't yet memorized the resistor colour codes. Suitable for 4 and 5 band resistors, just enter in the colours and get a value in Ohms.
    • The Sounds of Music
      Alex Roper

      This is a program for writing and playing music. It supports bass clef, maybe treble next version. Anyway, I can't test the sound because I don't have speakers. Its acutally a pretty nice program, it does (in order) C,D,E,F,G,A,B,C,D,E,F,G
    • TI-Linux
      Michael Vincent

      A complete GUI shell for TSE. Replaces Utopia or IONEmu. Has a program manager, system information screen, and a file manager which can hide/unhide, protect/unprotect, or delete any program on your calculator. Also runs basic programs.
    • TSE
      Robin Kay, Michael Vincent

      TSE is a multitasking shell. This version features an optimized kernel, advanced program managment, and many minor improvements.
    • X-Link
      Brandon

      X-Link is a TI-83 Plus Flash application that allows sending and receiving of variables with any model calculator from the TI-85 to the Voyage 200.
    • ZBASIC Library
      Michael Vincent

      A set of library routines which BASIC programs can use to access calculator features.

TI-86
  • NanoShell
    Michael Vincent

    A complete shell for running ASM and BASIC programs; only 63 bytes in size!
  • No Reset
    Michael Vincent

    revents other people from intentionally resetting your memory.
  • Periodic
    Curtis Welch

    Periodic is a periodic table program, with several features.
  • Startup
    Brandon Wilson

    Startup is a program that allows you to choose what you want to run when you turn your TI-86 on, including running a Basic or assembly program, displaying a menu, or displaying a picture with either a 2 or 5 second delay, or until a key is pressed. It can be deleted after it is uninstalled.
  • Trig
    Curtis Welch

    Trig is a program that, once run, will display the angle mode in the lower right corner of the screen.

TI-89
  • No programs found.

Archives | Projects | Programming | Hardware | Members | About | Forum
Copyright (C) 2004 Michael Vincent. This site was hand-coded except for the news and poll scripts. Blame Brandon Wilson for any problems.