Brick Game v1.0
Implementation of the game Tetris in the C programming language with a terminal user interface.
|
Defines common functionality shared across different states. More...
Go to the source code of this file.
Functions | |
static PieceType | generate_piece (void) |
Generate a random piece type. | |
Defines common functionality shared across different states.