Hacker News new | ask | show | jobs
by JohnScolaro 432 days ago
If this is an idle game, why do I need to log in?

Couldn't you store the game state in localStorage or something?

1 comments

Good point!

I'm using Supabase to track progress and prestige, but you're right — localStorage would work better for a pure idle feel. Might switch to a hybrid setup soon: local by default, backend if you want promotions and Discord drama

Thanks for the feedback!