25 typedef std::vector <CVLine>
CMat;
39 const std::vector <std::string>
VParamChar {
"KeyUp",
"KeyDown",
"KeyLeft",
"KeyRight",
"TokenP1",
"TokenP2"};
41 const std::vector <std::string>
VParamString {
"ColorP1",
"ColorP2"};
55 const std::map <std::string, std::string>
KColor const char KEmpty
KEmpty : character for an empty cell.
Struct containing all the authorized keys in the struct CMyParam.
std::vector< char > CVLine
CVLine : alias to a line of the matrix.
const std::vector< std::string > VParamUnsigned
std::pair< unsigned, unsigned > CPosition
CPosition : a pair gathering the coordinates in the grid.
const std::vector< std::string > VParamChar
std::vector< CVLine > CMat
CMat : alias to a game grid type.
const std::map< std::string, std::string > KColor
KColor : map between the "human" color and its correspondence for the Unix terminal.
const AuthorizedKey KAuthorizedKey
KAuthorizedKey.
const std::vector< std::string > VParamString