Please enable JavaScript to use CodeHS

AP Computer Science Principles in JavaScript

Lesson 1.10 Super Karel

Description

In this lesson, students will be introduced to SuperKarel and APIs. SuperKarel includes commands like turnRight() and turnAround() 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)