bool IsGameWon() const;
IsGameWon() should be const because i think it only have to check if player won or not, either way (win/loose) the game should be reset and things change there.
bool IsGameWon() const;
IsGameWon() should be const because i think it only have to check if player won or not, either way (win/loose) the game should be reset and things change there.