Package hu.klenium.tetris.logic.board
Classes related to the board.
-
Interface Summary Interface Description BoardCell Stores information about a cell that is needed by the board to work. -
Class Summary Class Description Board Board is a grid, it stores fallen tetromino parts.EmptyBoardCell Represents a cell in the board which is (among others) empty (ie. doesn't store a tetromino part).FilledBoardCell Represents a cell in the board which is (among others) used (ie. stores a tetromino part).