Package tetris.gui


package tetris.gui
  • Class
    Description
    The enumeration ActionEvent represents events used to move a Tetris figure.
    The interface ActionHandler defines the methods to move a Tetris figure.
    The class Block implements a block of the Tetris game.
    The class GUI implements the graphical user interface of the Tetris game.
    The enumeration Status represents the status of the Tetris game.
    The interface StatusHandler defines the methods to change the status of the Tetris game.