evaluateMatch($computerChoiceItem); if ($result['defeated']) { echo 'You lose! The computer chose ' .$computerChoiceItem->getName(); } else { echo 'You win! The computer chose ' . $computerChoiceItem->getName(); } echo PHP_EOL;