The document compares two evolutionary algorithms, best-worst search (BS) and Evo++, for solving the game of MasterMind. BS search works by first searching for a consistent combination, then searching within the set of consistent combinations. Evo++ searches for a consistent combination simultaneously. Both algorithms are tested using different scoring methods such as most parts scored, best worst case scored, and entropy scored. The results show that the entropy score offers better results overall and that Evo++ needs fewer evaluations than BS to find solutions, though BS is faster in terms of time.