Brick Game v1.0
Implementation of the game Tetris in the C programming language with a terminal user interface.
Loading...
Searching...
No Matches
FilledLines Struct Reference

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.
 

Detailed Description

A list of indices of lines that are detected to be full.

The maximum amount of filled lines is 4.


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