← Back to Home

Overview

Office Factory is a Factorio-inspired automation game with a corporate-satire theme. Server racks mine "raw data," supply closets produce paper, desk arms and pneumatic tubes carry items between buildings, and workers at desks turn inputs into memos and reports that sell for cash. The factory grammar is the point: inputs, outputs, transport, throughput.

Design

Stack

TypeScript and PixiJS (WebGL) for the simulation and rendering, a custom entity-component-system for the game logic, Preact for the UI overlay, and Vite for the build. A system-level test suite covers the full production pipeline from extraction to sale.