Clock

Description

Begin with ideation and brainstorm 3 different ways of tracking time. Consider the conditions under which “time” moves forward for your clock. Create 3 design sketches accommodated by pseudocode that incorporates: IF / ELSE Statement millis(), OR second() / minute() / hour() You’re also encouraged to integrate map() or the boolean variable when appropriate

Reflection and process

I went into this project trying my best but at a certain point I hit a wall. At every point where I tried to find a work- around it ended up blowing up in my face. I kept trying my best and going back to try drawing board. I wanted to code a telephone pole and ran into issues coding a bezier curve to loop it across the screen. I ran into issues getting a rectangle to loop across the screen. I figured maybe I could code a sky gradient to change based on the hour but that was way above my skillset. Basically, everything I could have issues with, I did. I'm really sure that I can go back to this in the future and figure this out- almost everything feels solvable. Which is probably the most annoying. I really want to circle back to this. I made a bunch of painted 2d assets so that maybe I could import my images and move them with time but almost everything I found on importing images this week was really complicated. I want to go back to this project in the future and I'm sure I can figure this out- I just couldn't this week.