🔹 How our framework emerged
In game development, everything starts with a prototype. But to work with investors or publishers, you need more than just a quick prototype — it has to look and feel like a real product from day one.
We faced this challenge and started to systematize our work: each new mechanic was shaped into a standalone component. Over time, this naturally evolved into a micro-component framework.
Today, we already have core modules “out of the box” (Idle, Merge, loading system, content manager, etc.). The MVVM architecture makes it easy to replace visuals quickly, while in new projects we focus only on the core gameplay loop.
This approach gives us two key benefits:
1️⃣ we can effectively distribute tasks among freelancers by assigning them isolated components,
2️⃣ we speed up prototype development while keeping quality under control.
⚡ As a result, we spend less time on repetitive code and test new game ideas faster — with prototypes that already look close to a market-ready product.








