Projects and Programs


Sections

Latest TI-Chess Release
Previous TI-Chess Releases
Other Games
Calculator Applications
PC-Tools (TIGCC Tools Suite, ExtGraph Library, etc.)
TICT-Tutorials (C Programming with the TIGCC Environment)
Demo Programs (for everyone who wants to learn coding)
Kernels and Development Tools
Other Chess Sourcecodes



Latest TI-Chess Release

pieceset1pieceset2menusystem

Read the included readme.txt file for usage information and the includedhistory.txt file for what's new.

Read the TI-Chess FAQ for general problems and solutions

Some help about TI-Chess and Kernels can be found in the SHELLS AND TI-CHESS v2.01 FAQ.




Previous TI-Chess Releases

Read the included readme.txt file for usage information.




Other Games

screenshot

TI-TimeWaste v0.81 BETA for TI89/TI89T/TI92+/V200is a kind of "Five-In-A-Row" Solitaire Game. The objective of the game is to make horizontal, vertical or diagonal lines of atleast 5 identical pieces. Whenever you form a line, all the pieces in the linewill disappear and you will get points.
To make a move, tap the piece you want to move and then tap the desireddestination. The piece can be moved to any empty place reachable by a series of horizontaland vertical steps. Each time you make a move that does not produce a line, 3 new pieces willappear.

screenshot

The FAT-Engine Technology Demos v1.10demonstrates the features of the FAT-Engine, a generic Raycasting Engine. You can also download theFAT-Engine SDK v1.10 which enables programmersto use the FAT-Engine in their own games.

screenshot

TI-TiltMaze v1.21 for TI89/TI89T/TI92+/V200is a tilt maze puzzle game where you have to position two balls on two destination fields (41 levels)
[NOSTUB program / full C source code included]

screenshot

TI-Puzzlize v1.20 for TI89/TI89T/TI92+/V200 isa sliding puzzle game with customizable images.
[NOSTUB program / full C source code included]

screenshot

TI-Mahjongg Solitare v1.20 for TI89/TI89T/TI92+/V200 is a clone of thewell-known Mahjongg Solitaire game, where you have to clean the complete board by removing matchingpairs of stones.
[NOSTUB program / full C source code included]

screenshot

TI-Memory v1.10 for TI89/TI89T/TI92+/V200 - I think everyone hastrained his brain with this game in his early childhood.
[NOSTUB program / full C source code included]

screenshot

TI-LIDS v1.20 for TI89/TI89T/TI92+/V200 is a 4x4 puzzle gamewhere your have to rotate regions of the board until the arrangement is suchthat the various pieces are isolated in the four quadrants.
... and remember: if it's too hard, you are too weak ;-)
[NOSTUB program / full C source code included]

screenshot

TI-MineSweeper v1.31 for TI89/TI89T/TI92+/V200is a clone of thewell-known game, which is almost identical to the Windows version. It features 4 differentmodes, highscores and excellent grayscale graphics[NOSTUB program / full C source code included]

screenshot

TI-Con45 v1.41 for TI89/TI89T/TI92+/V200 is a clone of thewell-known Connect-4 game, where you have to connect aspecific number of pieces horizontally,vertically or diagonally to win the game.
The original gameplayis extended to use different board sizes and different numbersof pieces to connect (Connect-4/Connect-5).
The built-in AI is VERY sophisticated and uses an approach similarto the one used in TI-Chess (AlphaBeta-SearchTrees).
Due to thefact that TI-Con45 is a NOSTUB program,it doesn't need any kernel[NOSTUB program / full C source code included]

screenshot

SokoMize 1.20 for TI89/TI89T/TI92+/V200 is a Sokoban clone which may be usedwith randomly generated levels or preset levels parsed from a text variable (including 94 levels).
NOTE: The program CANNOT GUARANTEE that randomly generated levels are solvable, so be kind[NOSTUB program / full C source code included]




Calculator Applications

TICT-Explorer v1.30 - 6 different language editions (english/german/french/spanish/italian/portuguese)


screenshotscreenshotscreenshotscreenshot

You can download the TICT-Explorer here:

Latest TICT-Explorer version (compatible with V200 and AMS 2.09 - NOT WITH TI-89T !):


screenshot

The TICTEXPV v1.01 for the TI89 and the TI92p TICTEXPV is a viewer for pictures and animations generated withPictureMaker v1.3 from Philippe Gervaise aKa CandyMan [NOSTUB program/full C Source included].


screenshot

The HANDLE-Explorer v2.70 for the TI89 and the TI92p may be used to view handles which are related to memory blocks and the contentof this memory block. You can also view its documentation online at:http://tict.ticalc.org/tthdex/readme.html [NOSTUB program/Source is part of the TIGCC Tools Suite].


screenshot

The TICT eBook Reader v2.06 for theTI89/TI89T/TI92+/V200 may be used to vieweBooks of the TICT eBooks Series 2000 and compatible ones on your calculator. eBooks for this reader can be found in theeBooks section of this site [NOSTUB program].


screenshot

TTStart v1.17 OUTDATED for the TI89/TI92+/V200 is a generic program launcherwhich can be used to start any program (exepacked or not) on AMS versions up to 2.09 without theneed of installing a kernel or the HWPatch [NOSTUB program / source is part of the TIGCC Tools Suite].
The most recent version is available within TIGCC. We're working on ttstart 1.21 that supports HSR and TI89/TI89T/TI92+/V200.




PC-Tools

VTI-Logger 1.10 is a tiny tool which records all bytes written tothe virtual port of VTI 2.5 BETA5 and stores them into a specified file.
This makes it possible to generated even huge logfiles from programs running on the VTI byjust writing the log messages to the link port [full C source code included]. Credits for version 1.10 go toHai Pho Truong (novaxius@yahoo.ca).

The TIGCC Tools Suite v1.31 is a collection of some tools to support programmerswho are using the TIGCC development environment for TI89/TI92p/V200.

Beside the programmer's tools the suite contains:

As usual the complete source code is included.

LINUX PORT: A script and instructions to use the TIGCC Tools Suite on LINUX systems is included

TTTiler v1.04 is a tiny tool which can be used tosplit up a binary image generated with ImageStudio into single sprites (tiles). ReadTICT Tutorial S1P4 for its usage.
NOTE: the TIGCC Tools Suite Distribution contains a newer version of TTTiler !!!

TTUnEbk v1.00 is a tiny tool which can be used toextract the complete text of an eBook made with the TICT eBook Generator.Many people have requested such a tool which becomes quite handy if you wantto fix spelling errors, format problems or similar of eBooks made by someone else.The sourcecode of this tool is part of the TIGCC Tools Suite.

ExtGraph Library v1.02 is an AddOn to the TIGCCLIB.It's a compile-time library (used functionsare fetched from the library during the linking stage) and it contains various useful graphicsrelated routines which are missing in the TIGCCLIB or modified routines which are implementedwith maximum speed in mind.ExtGraph Library v2.00 Beta 3 is a widely improved, extended and optimized ExtGraph 1.02. Excerpt of its documentation:

WHY EXTGRAPH 2.xx VERSIONS ARE A GREAT IMPROVEMENT OVER 1.xx AND OLDER:




TICT-Tutorials (C Programming with the TIGCC Environment)

Series 1 (Beginner's Tutorials)


Series 2 (Advanced Topics)




Demo Programs (for everyone who wants to learn coding)

screenshot

Shuffle Effect Demo 1.20 for TI89/TI92pdemonstrates a simple screen shuffle effect and should be seenas demonstration code for people who want to start with C programming for theTI's [NOSTUB program / full C source code included]

screenshot

Dissolve Effect Demo 1.20 for TI89/TI92pdemonstrates a simple picture dissolving effect and should be seenas demonstration code for people who want to start with C programming for theTI's [NOSTUB program / full C source code included]

screenshot

Game Of Life 1.00 forTI89 andTI92pdemonstrates the Game of Life simulation and should be seenas demonstration code for people who want to start with C programming forthe TI's [NOSTUB program / full C source code included]

screenshot

Snow Effect Demo 1.20 for TI89/TI92pdemonstrates a simple snow effect and should be seenas demonstration code for people who want to start with C programming for theTI's [NOSTUB program / full C source code included]

screenshot

Starfield Effect Demo 2.10 for TI89/TI92pdemonstrates a simple starfield effect and should be seenas demonstration code for people who want to start with C programming for theTI's [NOSTUB program / full C source code included]

screenshot

Fire Effect Demo 1.20 for TI89/TI92pdemonstrates a simple grayscale fire effect and should be seenas demonstration code for people who want to start with C programming for theTI's [NOSTUB program / full C source code included]

screenshot

A Tribute To Gary L. for TI89/TI92pdemonstrates some features of the upcoming TIGCC Tools Suite in a (hopefully) entertaining way[NOSTUB program / source code can be found withinthe TIGCC Tools Suite Release].




Kernels and Development Tools




Other Chess Sourcecodes