Brick Game v1.0
Implementation of the game Tetris in the C programming language with a terminal user interface.
|
A bitfield describing active user inputs. More...
#include <game.h>
Data Fields | |
bool | start |
bool | pause |
bool | terminate |
bool | left |
bool | right |
bool | down |
bool | rotate |
A bitfield describing active user inputs.