Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 1.9 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)

Activities

These are all the activities included in the lesson

1.9.1 Super Karel
1.9.2 Super Karel Quiz
1.9.3 Hurdle Karel (with SuperKarel)
1.9.4 The Two Towers + SuperKarel
1.9.5 Super Karel Badge