I made a game. It’s called 1Crossword. It generates crosswords using the passwords in your 1Password vault. The crosswords are fun, simple, and perfect for sharing on social media once you complete them.
I made 1Crossword because the password manager games space has stagnated. There’s The Password Game - which I use to generate all my passwords - but nothing that lets me play with the passwords that I already have.
1Crossword is really simple. It’s a single ~650 line Python script with no (python) dependencies - although it does need the 1Password CLI installed to get all your passwords.
Having no dependencies was important to me - some people seem to jealously guard their passwords (?) and I thought they’d feel more comfortable playing this game if they could easily read all of the code.
The 1Password CLI has support for listing logins (op item list) and for fetching a username and password for that login (op item get --reveal).