Skip to content

Instantly share code, notes, and snippets.

@stfalconaleks
Created October 26, 2017 14:06
Show Gist options
  • Save stfalconaleks/ffd9c1282e705dc8b23a5216757733ca to your computer and use it in GitHub Desktop.
Save stfalconaleks/ffd9c1282e705dc8b23a5216757733ca to your computer and use it in GitHub Desktop.
$conditions = new Condition();
$untilCondition = (new Condition\Until())->findVegetables('carrot', 'cabbage');
$turnBackCondition = (new Condition\TurnBack())->ifMeet('wolf', 'hunter');
$conditions->add($untilCondition)->add($turnBackCondition);
$rabbit->run(Direction::FORWARD, $conditions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment