Package net.percederberg.tetris

Provides the implementation of a Tetris game.

See:
          Description

Class Summary
Configuration A program configuration.
Figure A class representing a Tetris square figure.
Game The Tetris game.
Main The main class of the Tetris game.
Main.COMClassObject A dummy COM object wrapper.
MainBeanInfo A simple bean info class.
SquareBoard A Tetris square board.
 

Package net.percederberg.tetris Description

Provides the implementation of a Tetris game. The program can be run either as an applet or from the command-line through the Main class.