Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 295 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 295 Bytes

Convoy's Game Of Life

Conway's Game of Life in React: Interactive grid where cells evolve based on neighbor states. Start/stop simulation, click/drag to toggle cells. Randomize/reset grid. Demonstrates React state management and immutability. Visualize emergent patterns in a complex system.