- Create and update variables (name, score, lives)
- Use simple math updates like score = score + 1
- Print values clearly
- A variable is a “box” that stores something (score, lives).
- Updating variables is like Scratch “change score by 1”.
- (10 min) Warm-up: change Week 1 title and run
- (15 min) Introduce variables: name, score, lives
- (20 min) Guided build: scoreboard that changes
- (15 min) Student challenge: add levels and bonus points
- (5 min) Student explains what score and lives do
- Student can update score and lives and see changes in output.