Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 629 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 629 Bytes

Conway's Game Of Life

This is a simple implementation of Conway's Game Of Life, a fascinating cellular automaton. The evolution of this system is solely dependent on its initial state, leading to mesmerizing patterns and behaviors. Notably, within Conway's Game Of Life, ingenious creations like a Turing Machine have been simulated, showcasing the remarkable versatility of this system. In this implementation, you can click on the tiles to initalize the initial state and then when you press start the magic happens.