Package tetris.model.figures


package tetris.model.figures
  • Classes
    Class
    Description
    The class IFigure implements an I-shaped figure of the Tetris game.
    The class JFigure implements an J-shaped figure of the Tetris game.
    The class LFigure implements an L-shaped figure of the Tetris game.
    The class OFigure implements an O-shaped figure of the Tetris game.
    The class SFigure implements a S-shaped figure of the Tetris game.
    The class TFigure implements a T-shaped figure of the Tetris game.
    The class ZFigure implements a Z-shaped figure of the Tetris game.