##############################
#                            #
#   Tron v1.2                #
#                            #
#   by Paul Marks            #
#                            #
#   http://paul248.cjb.net   #
#                            #
##############################




// Platform //

TI-83 Plus series : MirageOS




// Description //

This is a simple but fun two-player Tron game for MirageOS.  The goal of the
game is to steer your line around the board without crashing into anything,
while trying to cause your opponent crash.  Whenever your opponent crashes,
you receive one point.  The game has no official ending, so the winner is
whoever has a higher score when you're done.  Note that the score will only go
up to 255, but if you play that many rounds, then you need serious help.




// Keys //

General:
	[5] or [Zoom]	- Start/Pause/Unpause
	[Del]		- Reset scores
	[Clear]		- Exit

Player 1:
	[7] or [2nd]	- Turn Left
	[1] or [MATH]	- Turn Right
	
Player 2:
	[3] or [Down]	- Turn Left
	[9] or [Up]	- Turn Right
	



// Version History //

v1.2 : 27Mar2002 : 630 bytes
	
	I actually finished this program a few months ago, but I just got
	around to releasing it publicly.




// Notes //

	That scrolling bar at the top of the screen is just there to take up
	space.  I used to have the board extend to the top of the screen, but
	everyone complained about being able to crash into the numbers.
	
	This is one of the simplest calc games I've ever made, but I wrote it
	cause it was fun and there was a Tron game for just about every other
	calc except the 83 Plus.




// End of File //