Brick Game v1.0
Implementation of the game Tetris in the C programming language with a terminal user interface.
|
A list of indices of lines that are detected to be full. More...
#include <game.h>
Data Fields | |
int | lines [4] |
Array of indices of filled lines. | |
int | len |
Length of the initialized portions of the lines array. | |
A list of indices of lines that are detected to be full.
The maximum amount of filled lines is 4.