
Warehouse Empire (Android) — idle logistics built on real warehouse progression
I spent years working warehouses — pick/pack, receiving, dispatch, forklifts, inventory systems — and I kept bouncing off idle games where the theme is a skin over numbers that could belong to anything. So I made one where the theme is the mechanics.
AI Disclosure
Generative AI was used. It wrote the majority of the code, and assisted with balance simulation and some of the store listing copy. The game design, the economy structure, the progression decisions, the warehouse domain knowledge it's built on, and all playtesting and release work are mine. I directed every change and made the calls on what shipped.
What it is:
Eight equipment tiers that unlock in the order you'd actually meet them: hand picking, pallet trolley, counterbalance forklift, reach truck, conveyor line, sorting robot, automated crane, distribution hub.
Every 25 units of the same equipment doubles that tier's output, so there's a real reason to go deep rather than wide.
Prestige is selling the business for Reputation. Managers and career rank survive; equipment doesn't.
Career ranks run from Casual Hand up through the
ladder, and contracts are timed jobs that scale with how many you've completed.
Pallets are a soft currency from achievements, rush orders, promotions and a daily delivery. They buy permanent perks — a bigger offline cap, more frequent
rush orders, better tap value — plus consumables and site liveries.
How it was made:
Single HTML file, hand-rolled, no engine, wrapped with Capacitor. About 105KB.
Works fully offline.
I built a headless simulator that runs the economy without the UI, which caught three balance bugs manual play never would have — including one where a capacity figure was fixed while the demand racing it scaled exponentially, so the whole system broke at high equipment counts.
What the closed test changed:
Twelve testers, fourteen days. Nobody reached prestige, which told me the gate was badly placed — first prestige went from ~75 minutes to ~25. Five asked for clearer direction, so there's a task card on the main screen showing one objective at a time. Two reported lag in long sessions, which turned out to be the UI redrawing every screen ten times a second including hidden ones.
Monetisation, since people reasonably ask
Rewarded video only. You opt in for a temporary boost or doubled offline earnings. No banners, no interstitials, no forced breaks, no IAP. The game iscomplete without watching a single ad.
No accounts, no sign-in, no data
collection.
What's next:
A site network, where each prestige commissions a new site — cold storage, dangerous goods, e-commerce fulfilment, bonded warehouse — each with real mechanical differences, and previously run sites keep earning in the background. Prestige should build something rather than just resetting.
https://play.google.com/store/apps/details?id=com.abdulgames.warehouseempire
Happy to answer anything about the economy or the build.