This function produces the animation that shows all actions performed by
Karel since its world was generated by generate_world
.
Ejemplos
generate_world("mundo001")
move()
pick_beeper()
turn_left()
put_beeper()
if (interactive()) run_actions()
This function produces the animation that shows all actions performed by
Karel since its world was generated by generate_world
.
generate_world("mundo001")
move()
pick_beeper()
turn_left()
put_beeper()
if (interactive()) run_actions()