Please enable JavaScript to use CodeHS

AP Computer Science Principles in Roblox

Description

In this practice performance task, students will use pair programming to build an obby that includes functions, loops, conditionals, and variables.

Objective

Students will be able to:

  • Develop an algorithm and implement it using Roblox’s library of commands and conditions
  • Collaborate in the development of programs
  • Make a plan for their solution by breaking their problem down into solvable subproblems using Top Down Design
  • Develop abstractions to manage the complexity of their program (write several reusable functions that solve small subproblems)