← board

Demo — Conway's Game of Life

Goal

Conway's Life on a fixed grid: seed pattern, run N generations, render ASCII and print a grid hash per generation. Deterministic by construction.

Surface / shape

Coverage

2-D arrays · bit packing · integer arithmetic · double-buffering · managed strings (render). Coverage is shallow (mostly arrays + arithmetic) — value is as a tiny deterministic oracle + per-target benchmark, not broad surface.

Acceptance / oracle

Constraints

Platonic source; no compiler changes; ESP32-fit (small grid). No self-host / cross regression.

Log