 Description:	Pyrite Tetris
    A modified version of tetris...for full details read the readme file
 Author:	Shaun Litt (slitt)
 Date:		4/13/00
 Professor:	Professor Patrick Troy
 Class:		Assignment #6 for EECS 370
 filename:	readem.txt
 System:        javac compiler
 Input:		Key commands a button input
 Output:	game output in realtime

The Package that you have just recieved is Pyrite Tetris by Shaun Litt.
Included are all the necessary peices for installing and playing the game.
To play the game either use the make command or the java command with the class
PTetris.  To play the game use the arrow keys located on the keyboard to move
the falling tetris pieces left, right or down.  Press the space bar to "flip" the
falling pieces.  The idea is to create as many lines accross the screen with fallen
blocks as possible to earn points.  The more lines that are created at once gets you
a higher point bonus.  Beware of Pyrite (gold) pieces, these can only be remove from
the screen by creating a line of all gold pieces or by creating Tetris (4 lines created
at once) elsewhere on the screen, this will change all "Pyrite Pieces" into standard blocks
which can then create lines.  A line of "Pyrite Pieces" also acts as a tetris in both point
value and "effect".  Once a block overflows the board the game is over.

The current version is a beta copy...all functionality is included, but the
on-demand rendering routine is currently only partialy implemented (expect 
increased drawing times).  The final version is to properly implement this
routine and to include increased reaction animation when lines are created.

Notes:  All basic original stated goals where reached, all developement that
	remains is optimizational.

	Also, make puts all javadoc pages in the Documentation folder.

System Requirements:
Java JDK/SDK v.1.2 or better
Font Times New Roman for appropriate display of the title bar
As with all Java Programs (especially Real Time Programs)
        Preformance improves greatly with faster Processors and video adapters
