Game& Game::operator=( const Game& game ) { _first = game._first; _second = game._second; _datetime = game._datetime; return *this; }