ConnectX 3.0
ConnectX Game Suite
Loading...
Searching...
No Matches
visual.hpp File Reference
#include <map>
Include dependency graph for visual.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PlayerVisual
 

Namespaces

namespace  Color
 

Enumerations

enum class  Symbol : char {
  EMPTY = '.' , PLAYER1 = '#' , PLAYER2 = '@' , PLAYER3 = '' ,
  PLAYER4 = '&' , PLAYER5 = '*' , PLAYER6 = 'o' , PLAYER7 = '+' ,
  PLAYER8 = '=' , PLAYER9 = 'x' , PLAYER10 = '~'
}
 

Variables

constexpr int Color::RESET = 0
 
constexpr int Color::RED = 31
 
constexpr int Color::GREEN = 32
 
constexpr int Color::YELLOW = 33
 
constexpr int Color::BLUE = 34
 
constexpr int Color::MAGENTA = 35
 
constexpr int Color::CYAN = 36
 
constexpr int Color::WHITE = 37
 
constexpr int Color::BRIGHT_RED = 91
 
constexpr int Color::BRIGHT_GREEN = 92
 
constexpr int Color::BRIGHT_YELLOW = 93
 
constexpr int Color::BRIGHT_BLUE = 94
 
const std::map< int, PlayerVisualPLAYER_VISUALS
 

Enumeration Type Documentation

◆ Symbol

enum class Symbol : char
strong
Enumerator
EMPTY 
PLAYER1 
PLAYER2 
PLAYER3 
PLAYER4 
PLAYER5 
PLAYER6 
PLAYER7 
PLAYER8 
PLAYER9 
PLAYER10 

Variable Documentation

◆ PLAYER_VISUALS

const std::map<int, PlayerVisual> PLAYER_VISUALS
extern