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

The CLI View. More...

#include <ncurses.h>
#include <stdint.h>
#include "../../brick_game/brick_game.h"
+ Include dependency graph for view.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CliView
 CLI View responsible for rendering the game information to the screen. More...
 

Detailed Description

The CLI View.