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

Defines the playfield and operations on it. More...

#include <stdbool.h>
#include "piece.h"
+ Include dependency graph for field.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines the playfield and operations on it.