Life Game 3 Catalog - Conway's Game of Life with Pattern Catalog
An advanced implementation of Conway's Game of Life featuring a comprehensive catalog of patterns organized by behavior and characteristics
Catalog:
Select a pattern from the catalog to automatically place it at the center of the grid. Patterns are organized by behavior: Still Lifes (no movement), Short-lived (quick convergence), Periodic (continuous oscillation), Moving patterns, and Infinite growth. If the game is running, it will stop automatically. Selecting the same pattern again will reset it to initial state.
Generation: 0
Zoom: 100% | Grid Size: 50x50
Instructions:
Click on cells to toggle their state (alive/dead)
Mouse wheel to zoom in/out
Drag to pan around the grid
Reset Zoom button to return to original view
Conway's Game of Life Rules:
A living cell with 2 or 3 neighbors survives to the next generation
A dead cell with exactly 3 neighbors becomes alive in the next generation