aroberge / reeborg

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

Weird "undefined" text #477

Open aroberge opened 2 months ago

aroberge commented 2 months ago

With the world "Around 1", the following:

for step in range(4):
    while not wall_in_front():
        move()
    turn_left()

is a solution ... but the message box displays "undefined".