StateFarm-STEM/hablogger

Lesson 2 - Python - Add Challenge

Closed this issue · 2 comments

Add a challenge to lesson 2 for groups that finish early or want to learn/explore more.

Some examples:

  • Add more lights (consider numbers to add to sequences like grids or other designs)
  • Play with different flash sequences (color sequence, time or duration (morse code), etc

What to add:

  • Explain the challenge
  • Present some ideas
  • Define what success looks like

A suggestion for this is to have the LEDs run sequentially. I will be implementing that idea as an advanced lesson, introducing students into generic for loops and other basic constructs.

Implemented via #129