Archives: All files
Currently viewing:
  1. Archives
  2. All files

Categories

Available subcategories:

Files

  1. Doors CS 7.2 is the ultimate shell for TI-83+/SE and TI-84+/SE graphing calculators. This SDK will help you design BASIC and ASM programs for use under Doors CS. Besides an exhaustive, 124-page summary of all the features and routines that Doors CS 7 offers to BASIC and ASM programmers, this SDK contains a full toolchain to compile and build z80 ASM source code into .8xp files, all the necessary tools and include files, and additional programs to simplify writing headers for BASIC programs. If you are interested in developing for Doors CS or even learning about what it offers to programmers, this SDK is a must-have.

    Categorized under:
  2. Ever lost a program due to a RAM reset? A careless accidental deletion? Archive Undelete can revive your lost program(s), provided it has been archived at least once since the last Garbage Collect.

    Categorized under:
  3. Floaty Cloud is a Flappy Bird spin-off for the TI-84 Plus CE. It was programmed for CC20 by dankcalculatorbro and requires c libraries.

    Categorized under:
  4. Welcome to POKEFACT, a recreation of the Pokemon Emerald Battle Factory
    experience for the graphing calculator. The objective of the game is to
    battle your way through the ranks of the Battle Factory, swap for more
    powerful pokemon, and achieve the highest win streak you can get. The game
    features 108 types of pokemon, 434 movesets, 179 different moves, 52 unique
    abilities, and 28 items. I've tried to mimic the original as closely as
    possible, but I might add more pokemon + movesets if it makes the game more fun.

    Categorized under:
  5. This is a variant of solitaire based on that in the Zachtronics game *Last Call BBS*. The game is played by stacking matching cards on top of each other. Stacks of matching cards may be moved as a unit. By stacking all four of a set of matching cards directly on the table (i.e. with no other cards on top of them), they are collapsed into an immovable unit. There are also four free cells, though three start locked and are only unlocked one by one as sets of cards are collapsed on the tableau. The game is won when all cards are collapsed.

    Categorized under:
  6. This is the completely recoded version of a game I made early in my programming career. The goal is to naviagate through an asteroid belt without getting hit. Make your way through four increasingly difficult levels to beat the game!

    Categorized under:
  7. This game came 2nd at the zContest. In the zip, you'll find a French version, an English version and a German version. You need a shell that can run Ion programs, such as Doors CS. This is a Pokemon game, based on Pokemon Yellow, but not a port of it. It features 44 Pokemons. Try to find them all in the grass and defeat the 8 bosses.

    This news version also includes a linking program that allows you to trade Pokemons with your friends.

    Categorized under:
  8. Start an exciting career as a bowling pro. Battle your way through 4 challenging tournaments to earn the title of World Champion. Win trophies to prove your skill. Purchase items along the way to help improve your game. Realistic bowling engine allows you to put actual spin on the ball, giving the game a true bowling feel.
    Traditional bowling not your type? Arcade mode presents 4 different versions of bowling, enough to keep anyone occupied. Highscores are saved so that you can always compete for the best. No friends to bowl with? Just start a battle with the built in AI. Mutiplayer lets you choose a combination of up to 7 human/AI opponents. And of course you can Save and Load games.

    Categorized under:
  9. This is a port of the popular arcade game Stacker, for the CE! More information in the README file :)

    Categorized under:
  10. Highlighting scheme for SuperH assembly for the Prizm, for notepad++. Supports all registers (normal and special), instructions, instruction suffixes, and GNU Assembler directives. Code in AT&T syntax, in style!

    Categorized under:
  11. Don't Touch The White Tiles is a simple game, but it can be very hard to master. Countless of apps and other iterations of this simple piano-game have been made, and I felt like it was my time to contribute to this utter madness. The game involves several modes for you to play, with varying difficulty and perhaps some rage-inducing moments. Play this game with your friends to see who can get the highest Hi-Score, and, of course, enjoy!

    Categorized under:
  12. A demo of a rotating square (technically 2 for front and back due to backface culling) with a texture on it.

    Categorized under:
  13. This is a helpful tool, which let's you get the exact time something takes, based on the 32768Hz crystal. This program either starts or stops the counter. See the README for more details and how to use it! Enjoy it!

    Categorized under:
  14. Version 1.0.0 Release! Download today to experience the complete set of gameplay modes that All Stars has to offer!

    Gimme 5: All Stars is a simple and fun word-guessing game for the TI-84 Plus CE/TI-83 Premium CE. With three gameplay modes and a dictionary of over 4,000 words to choose from, it is a great way to have fun and boost your vocabulary at the same time!

    Categorized under:
  15. This is a simple program that I made when I got bored of trying to port Bloxorz from LuaFX to LuaZM. It moves a TARDIS Blue ball around the screen. Press [EXIT] to return to the LuaZM Prompt. Enjoy...

    Categorized under:
  16. Alien Breed 5 is a remake based on Team 17's original series on the Amiga in the 90's, including 54 massive levels across 3 campaigns, 5 weapons, hordes of aliens & bosses, a sub-game, and more!

    Categorized under:
  17. [Warning: This add-in is obsolete, unsupported, and has been known to brick Prizm calculators. Caveat downloader.] An user-friendly tool to change the speed of the Prizm's CPU. Does the same as Pover but doesn't have advanced parameters and the CPU clock can only go as high as 94.3 MHz, to avoid problems when overclocking to 101.5 MHz. The speed is selected and displayed on a nice rule selector.

    Categorized under:
  18. This file contains 13 programs for the CASIO fx CG50: AFRAC, a program that uses continued fraction, and can give you a good approximation, as well as the exact value for denominators well above a million. APRIME: A prime finder which divides out all even numbers as well as numbers divisible with three, from number five. CFRAC, a simple and fast routine for fractions. DIVISOR: Gives the divisors of an integer, using the Augment(-utility. It also shows you the sum of all the divors, except the biggest one. LCM: The algorithm that Euclid found. Also shows the GCD. PERIOD: Shows you the period of a fraction. POLYDIV: A simple and concise program for dividing polynomials. POLYMULT: As simple as possible a program for multiplying polynomials. PRIME1: An elementary prime factor program. Shows the result as a list. PRIME2: A prime factor finder that uses a list of numbers, a piece of Erathosthenes sieve, to divide out the primes. Very fast. PRIMES and PRIMES1, are two programs that gives you the prime numbers in an interval of your choice. SOLVERY: This is the main attraction in the collection. A polynomial solver that can find factors like 5x^6-3, and of course factors all the way down to 2x-1. It can also find second degree factors like: 2x^2-8x-7, 1x^2+8x-1. You input coefficients of the equations left part as a list. The right part has to be null. The result is also showed as lists. Remember that it is the size of the list that determines the degree: 5X^6 - 3, comes out as {5 0 0 0 0 0 -3}. UPDATE: The program has got an even better routine now for deciding the divisors of the first degree coefficients in the second degree factors. {72,189,-104,-198,165,-34} takes around 4 minutes, to solve to: {24,23,-17} and {3,5,-7,2}. Which is 20 seconds better than the previous version. This program gives you the rational factors, wether their roots are real or imaginary. Which is of the most interest.

    Categorized under:
  19. Simply type in the chemical formula, press enter and this calculator will give you the atomic weight for each element in it's composition, as well as the total molar mass!

    Categorized under:
  20. Calculates in ohms and the accuracy of the resistor. It can convert colors to value and value to colors. Supports three to six band resistors. Features a graphical representation of a resistor.

    Categorized under:
  21. Navigate a sub through treacherous waters as a loony loon, delivering packages all across the seven seas!

    Categorized under:
  22. Roll forward as a barely-controllable ball along a fast and smoothly-rendered 3D road while avoiding all the pitfalls by jumping or rolling out of the way. Keep rolling as long as possible to achieve the highest score

    Categorized under:
  23. Soon after the release of Cemetech City, I'm releasing Cemetech City 2, a heavily modded version of the map that contains a save, ThirdCity. It's texturally quite similar to Cemetech City, but there are empty spaces, particle emitters, and more that work with the save. The save file itself may well be the most extensive build ever created in Blockland: over 400KB, and spanning from below ground to 4.5 scale kilometers above ground, several kilometers in every direction laterally, it contains several cities, multiple towns, and three aboveground bases and jumper-assisted elevators. Go download it now, mess with it, and continue the build!

    Categorized under:
  24. Simplifying the process of adding vectors, Vector Calculator v1.0 lets you input the magnitude and direction for an arbitrary number of vectors. It will find the total magnitude, magnitude in the x and y directions, and angle in degrees; it will even draw a diagram showing vector components and the vector sum. If you take Physics, this program is indispensable! Doors CS v4.0 optimized.

    Categorized under:
  25. The most secure password program for color calculators on the planet! Paired with OnBlock, you can set a password up to 26 keys long and lock your calculator! Have Fun!

    Categorized under:
  26. This package contains both of my train vehicles to date, the original TBM Train and the subsequent TBM Diesel. Both allow multiple passengers (8 for the train, 3 for the diesel) and full manuverability. Both are mounted on highly realistic LEGO 9V train wheels and modelled from actual LEGO parts or sets. Check it out, and make easy tracks out of hull pieces until TBM tracks are completed.

    Categorized under:
  27. Fill in the grid with the right numbers in the classic puzzle game of sudoku, now on your CE calculator! Includes features such as generating random puzzles and pencil mode. Version 1.0: First release.

    Categorized under:
  28. A clone of the word guessing game Wordle, in which you have six chances to guess a five-letter word each day.

    Categorized under:
  29. It is the year 2060, and nuclear power is becoming cheaper than ever. So cheap that you've decided to get that basement reactor approved and up and running. Did I forget to mention that these reactors are easily upgradable and run hotter than ever? Also, there's no radioactive water that the reactor spits out -- it's all in the coolant.
    **Screenshots haven't been updated; there are only a few additions, and minor interface changes. It still looks pretty much the same.

    NOTE: Save files from V1.1.0 WILL NOT WORK!! There have been too many changes!
    Save Files from 1.4.0. also will not work!! More updates have been added in!

    Changes:
    V1.4.0
    Added reactor health and associated mechanics (like meltdowns)
    Updated the Upgrades Menu
    Save File versions
    1.6.0
    Auto Control, it's an upgrade that can be purchased and configured
    1.6.0.1
    see readme for changelog

    Categorized under:
  30. A remake of my first xLIB game. Help the car keep on going by following the directional pattern.

    Categorized under:
  31. OnBlock prevents the use of the [ON] key. This allows you to make things such as password protection programs and things in TI-BASIC without having to worry that someone can simply press the [ON] key to quit your program. Enjoy!

    Categorized under:
  32. This is a simple math question answering game.
    Has questions of varying difficulty.
    Has a high score feature.

    Categorized under:
  33. This is my CC20: Transit Time air submission. I spent a very long time making this (over 120 hours) so I really hope you enjoy it. I created a YouTube video demonstrating the features (linked in README.txt), as well as an in-game introduction. The objective of the game is to gather as much wealth as possible (by buying planes and access to airports) while keeping your customers happy, all over 25 short days. Includes a high scores table, so try and beat your friends! Enjoy!

    Categorized under:
  34. "TI-84+CSE TI-BASIC game inspired by Darwinian evolution and the principle of 'survival of the fittest'. It includes several minigames of chance and skill that determine if the player's hypothetical species thrives or perishes."
    -Kerm Martian

    Survival is a program created for Cemetech Contest #12. For more information please visit the readme which is included in the file. Unfortunately due to a certain bug screenshots are not available. At least Doors CSE 8 is required for this program.
    Please note: If you were suffering crashes or memory leaks, this new version has fixed all the said bugs.

    Categorized under:
  35. Finally completed, this fully graphical baseball game lets you play a realistic game of baseball against the calculator. You take turns pitching, catching, and hitting; strikes, balls, outs, and the score are recorded. You can save a game in the middle and return to it later, and oncalc help is included. Doors CS v4.0 optimized.

    Categorized under:
  36. Paint your very own masterpieces with Papa's Painter for the Casio Prizm!

    Categorized under:
  37. This program allows you to find where an object will land when shoot out of something. This program does not account for air resistance, so when I am given or find an equation that does, I will update the program.

    Categorized under:
  38. This is a little tool I made to make recoloring sprites in the game Wolfenstein3D easier. It allows you map all pixels of one color to another based on the selected palette, so if you wanted, for example, to recolor all the greys to green, you could do that very simply.

    Categorized under:
  39. In this game, you must fly around the screen capturing grey squares, all while under a time crunch! The movement is simple and intuitive to use, yet refreshingly different and difficult to truly master. Multiple control schemes (arrow keys and number pad) are readily available in-game, to accommodate your preferred method of playing. Featuring multiple modes of difficulty and highscore tables for each, hours of fun are to be had! Note: This is a COMPLETELY DIFFERENT program than the original Adventures of JETMAN, so check that one out, too!

    Categorized under:
  40. This is a chemistry program that I've made for when I took AP Chemistry last year. I normally don't release my TI-Basic programs, but I thought I'd release this BASIC program that will help any AP Chemistry students.

    Categorized under:
  41. In this game, you have to destroy your enemy. There are bonus's too. You shoot them to collect them. B is bullets, S is shield(but it won't really show until Kerm does arcs ;)), and F is fuel. Try not to run out of bullets or fuel or it's GAME OVER. Ported from adam Tree's nFighter to LuaZM. Edit: NOW MORE COLORFUL.

    Categorized under:
  42. This program is designed to find a certain row of Pascal's Triangle. It can also use Pascal's Triangle to expand a binomial to any power.

    Categorized under:
  43. This useful physics problem will solve for centripetal force, centripetal acceleration, radius, or centripedal velocity given any other variables. Its small yet powerful size makes it perfect for Physics students.

    Categorized under:
  44. Just a .zip of all my work on my RPG as of 12/1/11.
    http://www.cemetech.net/forum/viewtopic.php?t=6743

    Categorized under:
  45. Molecular Weight Calculator allows you type a chemical formula as one string and it will output its molecular mass. For example, you could input C6H12O6 and it will output 180.18g/mol. This is my first upload so constructive criticism and suggestions are greatly appreciated. Thanks to KermMartian and gaventemples31415 for suggestions about optimization.

    Categorized under:
  46. A fun level pack with 8 levels, have fun and good luck!

    Categorized under:
  47. This program is a battle simulator game. User gets control of a Pokemon, and has to train it through 20 levels, during which a computer generated opponent becomes more and more powerful. The rest of the details are in the readme.

    Categorized under:
  48. Program written in Casio Basic that lets you enter positive integers larger than 69 and calculate: n! , n^r , nPr , nCr

    Categorized under:

File statistics are updated periodically, so numbers shown in this listing may not agree exactly with those shown on individual files.

Advertisement