Please enable JavaScript to use CodeHS

Diseño de videojuegos en JavaScript

Description

En esta unidad, los estudiantes pondrán en práctica todo lo que han aprendido en el curso para crear un juego completamente funcional.

Objective

Students will be able to:

  • Synthesize the skills and concepts from Control Structures, Functions, and Animation and Games to create their very own Breakout game from scratch!
  • Break down a large problem into smaller parts using Top Down Design, and solve each of these smaller parts using functions
  • Create helpful comments with preconditions and postconditions to help the reader understand the code
  • Find and fix bugs in large programs