Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThis was great fun. Here's my solution - just a smidge under 40 minutes assuming a 1 second dwell time on each card and no final period. I'm making the assumption that longer dwell time for duplicate cards will be interpreted as multiple instances of that card.
EDIT - is it just me, or does anyone else find splitting a string to rows *incredibly* satisfying? It's such a simple thing, but it gets me every time.
Pretty fun! My solution doesn't match the given solution due to one assumption (see detail in spoiler). Otherwise, my workflow is pretty similar to the given solution.
I let my camera go around in circles, back and forwards, which allowed it to be a little quicker. I tried to make it slower by adding end of transmission and moving it back to the last letter (that's how I understood that part). So interesting to see what different assumptions everyone makes :)
I assumed that the camera can pan both directions and paused for 1 second for each card.
Dan
Solution attached. I calculated the shortest path to the next card. After reading others comments, I too went back and added a 1 second pause.
I made a fundamental error in my processing: assuming that the message was never the target of the camera (so missing it from the 360 degree camera view, meaning that each letter was 22.5 degrees apart, simplifying finding the fastest route).
I also manually added in the start and end characters, although admittedly in the context they'd be fairly useless (unless you put a bell between 0 (message end) and 1 to indicate a new message had started).
Speculation aside, here is my inaccurate, and slower solution: