Please enable JavaScript to use CodeHS

Intro to Programming with Karel and micro:bit

Lesson 4.2 Super Karel

Description

Introducing Super Karel! Since commands like turnRight() and turnAround() are so commonly used, we shouldn’t have to define them in every single program. They should come prepackaged with the Karel library. This is where SuperKarel comes in. SuperKarel is just like Karel, except SuperKarel already knows how to turnRight and turnAround, so we don’t have to define those methods ourselves anymore.


Objective

Students will be able to…
* Write programs that use SuperKarel instead of Karel
* Utilize the new toolbox of commands that SuperKarel provides over Karel
* Read documentation to understand how to use a library (SuperKarel is an example of this)