aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

New function goal_no_object #350

Closed aroberge closed 7 years ago

aroberge commented 7 years ago

Have a function like goal_no_object which would ensure that a "objects as goal" is defined, but is empty.

As a visual test for the documentation, create two identical worlds with objects, except that one does not specify a goal, and the other specifies that there are no object left.

aroberge commented 7 years ago

No need for this, as it can easily be done with custom code to check that the robot carries all the objects.