After 8 months away, Plushie Clicker is getting a complete architectural rebuild. The original version suffered from code complexity and scope creep. - it's time to do it right.
The original codebase grew to 30,000+ lines in a single Pinia store, with dozens of half-baked features creating an unmaintainable mess. Features were interdependent in ways that made changes nearly impossible. My inexperience with the core philosophy of Pinia was my downfall.
Clean separation of concerns with dedicated stores. Five core features that actually work together. No feature bloat, just solid gameplay mechanics that feel good to use.