Cellular Automata
I've always been intrested in cellular automata and this is my first attempt at implementing one. I've used p5.js for the visualization and typescript for the logic. Conway's Game Of Life is a turing complete cellular automata. ^_^
Controls
You can interact with the world by clicking/touching on the cells. Some shortcuts are:
- Spacebar to halt the time
- R to reset the world
- Q to randomly populate the world
State
Alive
crafted by ayush.