Projects and Programs


Sections

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



Latest TI-Chess Release

pieceset1 pieceset2 menusystem

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

Read the TI-Chess FAQ for general problems and solutions




Previous TI-Chess Releases

Read the included readme.txt file for usage information.




Other Games

screenshot

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

screenshot

FAT-Engine, a generic Raycasting Engine. The FAT-Engine SDK + demos v1.22 BETA enables programmers to use the FAT-Engine in their own games.

screenshot

TI-TiltMaze v1.22 for TI89/TI89T/TI92+/V200 is 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.21 for TI89/TI89T/TI92+/V200 is a sliding puzzle game with customizable images.
[NOSTUB program / full C source code included]

screenshot

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

screenshot

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

screenshot

TI-LIDS v1.21 for TI89/TI89T/TI92+/V200 is a 4x4 puzzle game where your have to rotate regions of the board until the arrangement is such that 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.32 for TI89/TI89T/TI92+/V200 is a clone of the well-known game, which is almost identical to the Windows version. It features 4 different modes, highscores and excellent grayscale graphics
[NOSTUB program / full C source code included]

screenshot

TI-Con45 v1.42 for TI89/TI89T/TI92+/V200 is a clone of the well-known Connect-4 game, where you have to connect a specific number of pieces horizontally, vertically or diagonally to win the game.
The original gameplay is extended to use different board sizes and different numbers of pieces to connect (Connect-4/Connect-5).
The built-in AI is VERY sophisticated and uses an approach similar to the one used in TI-Chess (AlphaBeta-SearchTrees).
[NOSTUB program / full C source code included]

screenshot

SokoMize 1.22 for TI89/TI89T/TI92+/V200 is a Sokoban clone which may be used with 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 for 89/92+/V200 (NOT 89T !) - 6 different language editions (english/german/french/spanish/italian/portuguese)


screenshot screenshot screenshot screenshot

You can download the TICT-Explorer here:


screenshot

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


screenshot

The HANDLE-Explorer v2.70 for the 89 and 92+ running AMS <= 2.05 may be used to view handles which are related to memory blocks and the content of 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 TI-68k Developer Utilities].


screenshot

The TICT eBook Reader v2.09 for the TI89/TI89T/TI92+/V200 may be used to view eBooks of the TICT eBooks Series 2000 and compatible ones on your calculator. eBooks for this reader can be found in the eBooks section of this site
[NOSTUB program/full C Source included].


screenshot

TTStart v2.00 for the TI89/TI92+/V200 is a generic program launcher which can be used to start any program (exepacked or not) on AMS versions up to 3.10 without the need of installing a kernel or the HWPatch
[NOSTUB program / source is part of GCC4TI (where the most recent version resides) and the TI-68K Developer Utilities].




PC-Tools

VTI-Logger 1.10 is a tiny tool which records all bytes written to the 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 by just writing the log messages to the link port [full C source code included]. Credits for version 1.10 go to Hai Pho Truong (novaxius@yahoo.ca).

The TI-68k Developer Utilities v1.40 (formerly TIGCC Tools Suite) is a collection of some tools to support programmers who are using the old TIGCC development environment for TI89/TI92p/V200. Nowadays, all of the TI-68k Developer Utilities have been integrated to GCC4TI.

Beside the programmer's tools the suite contains:

As usual the complete source code is included.


TTUnEbk v1.00 is a tiny tool which can be used to extract 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 want to fix spelling errors, format problems or similar of eBooks made by someone else. The sourcecode of this tool is part of the TI-68k Developer Utilities.

ExtGraph Library v2.00 Beta 5 is an add-on to the TIGCC/GCC4TI library. It's a compile-time library (used functions are fetched from the library during the linking stage) and it contains various useful graphics-related routines which are missing in the TIGCCLIB or modified routines which are implemented with maximum speed in mind.
The most recent version of ExtGraph, which always carries bugfixes and improvements made since the latest release, is available at: http://github.com/debrouxl/ExtGraph.
Older, unsupported ExtGraph version (many less routines, slower, larger): ExtGraph Library v1.02

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/TI92p demonstrates a simple screen shuffle effect and should be seen as demonstration code for people who want to start with C programming for TI calcs
[NOSTUB program / full C source code included]

screenshot

Dissolve Effect Demo 1.20 for TI89/TI92p demonstrates a simple picture dissolving effect and should be seen as demonstration code for people who want to start with C programming for TI calcs
[NOSTUB program / full C source code included]

screenshot

Game Of Life 1.00 for TI89 andTI92p demonstrates the Game of Life simulation and should be seen as demonstration code for people who want to start with C programming for TI calcs
[NOSTUB program / full C source code included]

screenshot

Snow Effect Demo 1.20 for TI89/TI92p demonstrates a simple snow effect and should be seen as demonstration code for people who want to start with C programming for TI calcs
[NOSTUB program / full C source code included]

screenshot

Starfield Effect Demo 2.10 for TI89/TI92p demonstrates a simple starfield effect and should be seen as demonstration code for people who want to start with C programming for TI calcs
[NOSTUB program / full C source code included]

screenshot

Fire Effect Demo 1.20 for TI89/TI92p demonstrates a simple grayscale fire effect and should be seen as demonstration code for people who want to start with C programming for TI calcs
[NOSTUB program / full C source code included]

screenshot

A Tribute To Gary L. for TI89/TI92p demonstrates some features of the upcoming TIGCC Tools Suite in a (hopefully) entertaining way [NOSTUB program / source code can be found within the TI-68k Developer Utilities].




Kernels and Development Tools




Other Chess Sourcecodes