I'm very proud of my CHESS game, and, although you may disagree with me, I think it runs great.  The controls are fairly simple, and it has some nice features.

	-This program keeps track of what pieces have been taken (their pictures are displayed in top right as they  are killed).
	-It is possible to castle (see list of controls below).
	-In total, this program only requires 2 programs, 1 picture, and 1 list on a permanent basis.
	-It uses [A] and [B], along with some lists, but they are temporary and are deleted if you exit the game through the menu.  
	-You can set how many turns can be saved for redo.  Each turn takes up about 10 RAM.  By default, 100 turns are saved.
	-You can save and load games, there is one saved slot, which is stored in list CHESS and Pic 7, and in total takes up about 2000 memory.
	-The game doesn't look to see if a king is in check or checkmate, so, in order to win, you have to actually take the opposing king.

	This game does take up a fair amount of RAM.  The permanent variables total 8918 RAM.  Temporary variables, created when you start and deleted if you exit through the menu, take up 3024 RAM, for a total of 11942 during play.  If you are really strapped for space, you can make the game save less turns, in the option menu.  However, 100 turns only take up 912 RAM, so changing that won't free up too much (1 turn is the required minimum, if you only have 1, it will take up 21 RAM).

Controls:

F2 (Y=): Exit game (it prompts to make sure you really want to)
F3 (Window): Save game (prompts)
F4 (Zoom): Load game (prompts)
1: Move cursor down and left
2: Move cursor down
3: Move cursor down and right
4: Move cursor left
6: Move cursor right
7: Move cursor left and up
8: Move cursor up
9: Move cursor up and right
5: Select unit, or confirm move.
2nd: Deselect a unit
Clear: Take back one turn
Sto: Castle left
+: Castle right

If you have any questions, comments, or suggestions, just e-mail me at conormancone@aol.com or conor@exploretheuniverse.net.  I check my e-mail frequently and usually have spare time, so you can expect a response.  If you like this game, check out the rest of my creations, ASTEROID, CHECKERS, DEFEND, MINDGAME, and MSCGAMES.  You can also check out my TI-CALC site, www.geocities.com/conorsplace/ticalc.html, to make check out any games I may have made since this game was added to the TI-CALC website.  All of my games are thoroughly tested and guarenteed 100% bug free.