- Create a grid of the words needed to describe time
- Use the hour(); to change the color of the current hour
- If hour(); is ___, then have ___ light up
- Use the minute();
- If minutes are 0 – 9, light no words
- If minutes are 10 – 14, “it is ten past”
- If minutes are 15 – 19, “it is a quarter past”
- Etc