Please enable JavaScript to use CodeHS

AP Computer Science Principles in Roblox

Lesson 8.1 Practice PT: Create a Color Filter!

Description

In this practice performance task, students will create two custom color filters in Roblox studio. The player will be able to apply a color filter to a “pixel image” by pressing the button for that filter.


Objective

Students will be able to:

  • Develop algorithms and implement them 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)
  • Utilize data structures to manage the complexity of their program.