Brick Game v1.0
Implementation of the game Tetris in the C programming language with a terminal user interface.
|
Defines the playfield and operations on it. More...
Go to the source code of this file.
Data Structures | |
struct | PlayField |
State of the playfield. More... | |
Macros | |
#define | PLAYFIELD_ROWS 20 |
Number of rows in the PlayField. | |
#define | PLAYFIELD_COLS 10 |
Number of columns in the PlayField. | |
Defines the playfield and operations on it.