Package cs1705.tetris

This package provides all of the course-specific classes needed to write Tetris brain programs (computerized tetris players).

See:
          Description

Interface Summary
Brain This interface defines the characteristics needed for a class to be considered a Tetris "Brain" (an artificial tetris player).
 

Class Summary
Board Represents a Tetris board -- essentially a 2-d grid of booleans.
JBrainTetris JTetris presents a Tetris game in a window, including a brain control panel.
JTetris JTetris presents a Tetris game in a window.
LameBrain  
Move This class represents a single move made by or considered by a Tetris "Brain" class.
Piece An immutable representation of a tetris piece in a particular rotation.
 

Package cs1705.tetris Description

This package provides all of the course-specific classes needed to write Tetris brain programs (computerized tetris players).