Package tetris.model


package tetris.model
  • Class
    Description
    The exception CollisionException is thrown if a figure collides with the border of the playing field.
    The class Field implements the playing field of a Tetris game.
    The class Figure implements a figure of the Tetris game.
    The class Game implements the Tetris game.
    The class Score implements the scoring of the Tetris game.