Problem Analysis
Problem analysis is the thorough understanding and delineation of a problem before seeking solutions. In the context of game development, "the problem" can range from a user problem (e.g., "the player drops out during the tutorial") to a technical problem (e.g., "the game crashes during level transition") or a client request ("we want to motivate young people to exercise through a game").
This skill is important because a misunderstood problem can lead to the wrong product – you don't want to end up with a beautifully crafted answer to the wrong question.
Starting Points
Key Points
- You formulate a clear problem statement in your own words, indicating who experiences the problem and what the problem exactly is. This also includes the scope: what falls within and outside the problem.
- You show which questions were asked and which techniques were used to analyze the problem.
- You demonstrate an investigative attitude by making assumptions explicit and validating them.