load_super_karel {karel}R Documentation

Turn on Karel's superpowers

Description

After running load_super_karel(), Karel can also turn right and turn around with turn_right() and turn_around(). If these superpowers aren't loaded, then these functions won't be available and Karel can't use them.

Usage

load_super_karel()

Value

It doesn't return anything but attaches to the global environment the functions turn_right() and turn_around().

See Also

actions generate_world run_actions

Examples

generate_world("mundo001")
load_super_karel()
turn_around()
turn_right()
run_actions()


[Package karel version 0.1.1 Index]