Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en JavaScript

Lesson 1.10 Super Karel

Description

En esta lección, los estudiantes serán presentados a SuperKarel y los APIs. SuperKarel incluye comandos como turnRight() y turnAround() ya que se usan tan comúnmente. Estos comandos vienen pre-empaquetados con la Biblioteca SuperKarel (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)