Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 1.8 Super Karel

Description

In this lesson, students will be introduced to SuperKarel and APIs. SuperKarel includes commands like turn_right() and turn_around() since they are so commonly used. These commands come prepackaged with the SuperKarel library (API).


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 the documentation to understand how to use an API (SuperKarel is an example of this)