MinMaxAgent

this is not efficient implementation as it computes without memory of game tree

struct MinMaxAgent {
bool isBlack;
bool verbose;
}

Meta