Activity 01
Pair Programming: Bonus Hunter Game
Pairs design a Scratch game where players collect items for base scores, with combo multipliers and time bonuses. They add if-statements for penalties on collisions. Test and swap roles to refine the algorithm.
Analyze how multiple variables can contribute to a complex scoring system.
Facilitation TipDuring Pair Programming: Bonus Hunter Game, ask each pair to take turns explaining why their score block fires before the other edits it.
What to look forPresent students with a simple game scenario (e.g., a platformer). Ask them to write down three variables that could be used in a scoring system and one rule for how each variable might change during gameplay.