Skip to content

Latest commit

 

History

History
 
 

15-project-retro-led-clock

NOTES

  • I've explained the challenges and the solutions step by step
  • So, if you get stuck, you can check out the next step without having to look at the entire final solution
  • You can find the explanations and solutions by clicking on the header links below

GET SOCIAL


GOALS:

  • Define a new placeholder type
  • Create the digit arrays from 0 to 9
  • Put them into the "digits" array
  • Print them side-by-side
  • Get the current time
  • Create the clock array
  • Print the clock
  • Add the separators
  • Create an infinite loop to update the clock
  • Update the clock every second
  • Clear the screen before the infinite loop
  • Move the cursor to the top-left corner of the screen before each step of the infinite loop
  • Blink the separators