42 if(command ==
"/resign"){
45 }
else if(command ==
"/draw"){
46 std::cout << std::endl << jeu.
canonical() <<
"1/2-1/2" << std::endl;
48 }
else if(command ==
"/quit"){
49 std::cout << std::endl << jeu.
canonical() <<
"?-?" << std::endl;
53 std::string orig = command.substr(0, 2);
54 std::string dest = command.substr(2, 2);
67 std::cout << std::endl << jeu.
canonical() <<
"1/2-1/2" << std::endl;
bool saisie_correcte(std::string const &cmd)
bool saisie_correcte_grandroque(std::string const &cmd)
bool saisie_correcte_petitroque(std::string const &cmd)