TI Program | SLICER "OS"
A useless GUI program that displayed a loading bar, while pretending to do something useful, but actually did nothing at all.TI Program | Pokemon Battle Simulator
A Pokemon Battle Simulator that allowed you to battle against an AI for 20 levels. Limited attacks, and the AI grows in strength per level. Losing 5 lives ends the game, complete level 20 to win.TI Program | Empirical Formulas Calculator
An Empirical Formulas calculator. Enter the symbols of the elements involved and the program will calculate the empirical formula.TI Program |
Polynomial Math Utility |
link
First release of a polynomial math tool. Select the operation from a menu, enter the coefficients of the polynomial as arrays, and the program will output the result.
TI Program |
Polynomials All-In-One |
link
Redesign of my polynomial math tool. Select the operation from a menu, enter the polynomial as strings exactly as they appear, and the program will output the result. The program is not fooled by repeated exponents or exponents out of order. However, it glitches on negative exponents.
TI Program |
Blast TI File Integrity Software |
link
A calculator project I undertook after a fellow programmer, KermMartian, devised CALCnet, a networking protocol for the TI-84+. From the day that networking was evidenced on a calculator I was unswervingly convinced that one day a program of this kind might be needed. This software maintains databases of file attributes and sizes, allowing for those attributes to be checked again at a later date. Any changes to those attributes that have not occured in the normal course of program modification or usage by the end user may be evidence of an infected program.
Website |
Blast FIS Project Page |
link
A project page I designed to showcase my Blast TI File Integrity Software. This is a fairly simple multi-page website, including a data capture form to submit virus definitions and embedded Facebook and Twitter share buttons.
TI Program |
Polynomials All-In-One v2.3 |
link
Second redesign of my polynomial math tool. Input is based on a two-part query string separated by a colon (:). The first part is a list of operators, the second part is a list of operands. Repeated exponents or exponents out of order do not glitch. Negative exponents not supported. Derivative, integral, or zeroes of a function also supported.
TI Program |
Project Slender-TI |
link
A port/remake of the famous Slender series for the PC, but with an original story. Uses 4-level greyscale, sprite masking and scaling, hit detection, and raycasting.
Website |
Slender-TI Project Page |
link
A project page I designed to advertise my original Slender game for the TI-83+/84+. Uses an edited background image, a mouse effect, and jQuery for reaction to clicks. Mobile compatible.
TI Program |
Project TI-Trek |
link
One of the first, if not the first, real-time massively multiplayer online games for the calculator. Create a star ship, head onto a virtual world, and battle other players. Complete with from-calc login, registration, and account management. You may also gain new weapons, parts, and tech as you play. In later versions, you will be able to complete ground missions on individual planets as well in 2D RPG fashion.
Website |
TI-Trek Project Page |
link
A project page I designed to present information about my TI-Trek Multiplayer game for the TI-83+/84+ CE. Uses a custom-generated starfield background image, a JavaScript sliding gallery, XML/RSS integration and multiple forms of social media integration on the home page. On yet other pages, I use the PHP zlib library to read out a changelogs file, and PHP JSON for reading out the bugs list. This page, the subsequent Web Deck, and Blast Antivirus's page are my most recent designs.
Website |
TI-Trek Web Deck |
link
A web page I designed to permit users of my TI-Trek game to log in and administrate aspects of their experience -- your display name, your email address, your password, subscribing to project updates, uploading sprites to customize your UI, viewing project financial records, and more. Uses multiple data capture and file upload forms.
Website |
Developer Profile |
link
This very page. One of my most recent designs, created with a simple flow-chat format to introduce myself, describe what I do, and provide descriptions and links (if applicable) to projects I have done or am currently working on.
Website |
Personal Website |
link
A website designed from scratch by me to advertise the web design services I offer in conjunction with my friend, a graphics designer and artist. Uses clip art, a partially-transparent background image, and a mobile subdomain.
TI Program |
Polynomials All-In-One v3.0 |
link
A feature-adding release. Adds upon the functions of PolyAIO 2.3, but also adds the ability to save previously input functions for reuse. This feature is made possible via a third party app, and the feature will silently disable if the app is not present, without interfering with normal program function.
TI Program |
Yahtzee |
link
A remake of the popular family arcade game owned by Hasbro. Programmed in Axe Parser, a C-style language developed for the calculator. A port of the game to the newer color screen calculators coming soon.