Lesson 2 - Python - Add Challenge
Closed this issue · 2 comments
pankonen commented
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
tdeknecht commented
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.