Conway's Game of Life · qwen3-next-80b-a3b-instruct
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.
I'll create a single-page web app for Conway's Game of Life with all the requested features: full-screen canvas, click-and-drag to toggle cells, and controls for play/pause, step, randomize, and clear.
index.html (9503 bytes)Successfully wrote 9503 bytes to index.html
I've created a complete Conway's Game of Life single-page web app as requested. The application includes: - A full-screen canvas grid with 10px cells - Click-and-drag functionality to toggle cells on/off - Play/Pause button to start/stop the simulation - Step button to advance one generation - Randomize button to populate the grid with random live cells - Clear button to reset the grid to all dead cells - Status indicator showing current state (Playing/Paused) - Grid lines for better visibility - Responsive design that adapts to window size The app runs entirely in the browser with no external dependencies or network requests, as requested. All CSS and JavaScript are embedded in the single HTML file.
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
Grid of life canvas with controls; click and drag toggle cells, but no autoplay, arrows/wasd/wheel do nothing.
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.