tetris  final beta
A tetris implementation in C
Public Attributes | List of all members
ttm Struct Reference

structure for tetriminos More...

Public Attributes

char mat [TTM_WIDTH][TTM_WIDTH]
 
int row
 
int col
 
int printed
 

Detailed Description

structure for tetriminos

Member Data Documentation

◆ col

ttm::col

The column of the tetrimino in the board

◆ mat

ttm::mat

The matrix of the tetrimino

◆ printed

ttm::printed

Equal to 1 if the tetrimino is full down and can no more be moved

◆ row

ttm::row

The row of the tetrimino in the board


The documentation for this struct was generated from the following file: