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.

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.