Conway's Game of Life · gpt-4.1-mini
Run Conway's Game of Life on a full-screen canvas grid with click-and-drag to toggle cells, plus play/pause, step, randomize, and clear controls.
transcript · 4 messages
Run Conway's Game of Life on a full-screen canvas grid with click-and-drag to toggle cells, plus play/pause, step, randomize, and clear controls.
index.html (5898 bytes)Successfully wrote 5898 bytes to index.html
I have created a self-contained single-page web app in index.html that runs Conway's Game of Life on a full-screen canvas. You can click and drag to toggle cells. Controls at the bottom allow you to play/pause, step one generation, randomize, and clear the grid. All code, CSS, and JS are inline with no external dependencies. You can open index.html in a web browser to try it out.
TAKE IT TO CODE
A single self-contained HTML file — copy it and open in any browser, or reuse the prompt with your own pi-agent run.
RUN
EVALUATION
Blank grid with only a tiny sparse pattern; click toggled one cell, drag drew a curve, but no animation or full grid activity visible.
Vision grade · anthropic/claude-sonnet-5
MEASUREMENTS
Raw readings from the capture, not a verdict — the grade above is the only judgement. Percentages are how much of the screen changed; the measure under-reports sparse motion on a dark background.