An app for creating easy-to-remember passwords

I’ve been meaning to use LÖVE and L5 with Fennel to make apps that don’t depend on running on the browser like my Webxdc apps. Browsers are large and complicated programs that don’t run well on older computers, so I’d like to be less dependent on them if I can.

A screenshot of the password generator called "Dicey Passwords" which shows a grid of 5x6 dice which are then used to pick the words "chuck morse scorecard bulb elusive directly". It has a button for re-rolling, a button for decreasing the number of words, and a button for increasing it.

While making it, I learned how to execute Fennel from LÖVE, create high-quality seeds for random numbers, and of course how L5 works.

It’s not as easy as making apps on the browser, but I love that you only need LÖVE to run it which is about ~5MB in size.

Check it out on itch.io and Codeberg.