One more method can be const

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.

Privacy & Terms