Take in the finished grid, along with a list of “hints” for each answer (in this case, I thought website/username worked well)
As well as
The hardest parts here are:
Users have to tell 1Password “yes, it’s ok to give this program my passwords”
You have to fetch passwords one at a time
I think I handle (1) fine - my code works on my macbook but I haven’t tested on all platforms.
(2) just means that my code is a little slow. I could have parallelized the fetching, but that’s annoying to do and since the password manager games space is weirdly uncompetitive I figured I’d just get this out the door instead.