BlueBubble 1.0
A recommendation algorithm for movies based on a Netlfix database
|
Go to the source code of this file.
Macros | |
#define | BACKGROUND_COLOR1 terminal_white |
#define | BACKGROUND_COLOR2 terminal_yellow |
#define | PIECES_COLOR terminal_black |
#define | WARNING_TEXT_COLOR terminal_red |
Enumerations | |
enum | terminal_color { terminal_black , terminal_red , terminal_green , terminal_yellow , terminal_blue , terminal_magenta , terminal_cyan , terminal_white } |
a type for terminal colors, used in the print functions. More... | |
#define BACKGROUND_COLOR1 terminal_white |
#define BACKGROUND_COLOR2 terminal_yellow |
#define PIECES_COLOR terminal_black |
#define WARNING_TEXT_COLOR terminal_red |
enum terminal_color |
a type for terminal colors, used in the print functions.
Enumerator | |
---|---|
terminal_black | |
terminal_red | |
terminal_green | |
terminal_yellow | |
terminal_blue | |
terminal_magenta | |
terminal_cyan | |
terminal_white |