Game of Life Simulating Itself: Infinite Zoom
An interactive visualization of Conway's Game of Life where each cell is a whole universe.

Remember Conway's Game of Life? That cellular automaton where complex behavior emerges from simple rules has gotten a mesmerizing new twist. Developer Oimo created an interactive version where each cell is itself a miniature copy of the entire game. And yes, you can zoom in infinitely.
How does it work?
The visualization uses a recursive approach: every pixel on screen is an entire 8×8 cell field living by the rules of Life. As you zoom in, you see these mini-fields interacting, generating new levels of detail. It's essentially a simulation simulating itself — a true fractal.
- Infinite zoom without loss of quality.
- Each cell is a separate universe.
- Hypnotic visualization of self-similarity.
For developers and enthusiasts, this isn't just a pretty toy. It demonstrates how simple recursive algorithms can create complex, scalable systems. If you've been thinking about procedural generation or fractal structures in your projects — this is a great source of inspiration.
METABYTE studio comment: Recursion is a powerful tool, and this project vividly shows how it can work in data visualization. At METABYTE, we often use similar approaches to build interactive interfaces and simulations — let us know if you need something like that.
NEXT STEP
Liked the approach?
We apply the same principles to client projects: AI, automation, products that don't die after launch.