Please enable JavaScript to use CodeHS

Tech Apps and Coding

Lesson 1.20 Using Data to Refine Game Mechanics

Description

In this lesson, students learn about game mechanics and the importance of collecting user data to refine a game’s mechanics. Students go through the data collection and analysis process as they add game mechanics to their Guess a Number 2.0 program.


Objective

Students will be able to:

  • Define game mechanics
  • Collect and analyze data to determine the effectiveness of a game’s mechanics
  • Combine control structures to solve complex problems
  • Choose the proper control structure for a given problem