|
tetris
final beta
A tetris implementation in C
|
structure for tetriminos More...
Public Attributes | |
| char | mat [TTM_WIDTH][TTM_WIDTH] |
| int | row |
| int | col |
| int | printed |
structure for tetriminos
| ttm::col |
The column of the tetrimino in the board
| ttm::mat |
The matrix of the tetrimino
| ttm::printed |
Equal to 1 if the tetrimino is full down and can no more be moved
| ttm::row |
The row of the tetrimino in the board
1.8.13