This is a simple Conway's Game of Life simulator that I made. Feel free to remix and go into the code to increase the number of cells if you'd like. If you click on a cell, that will flip the cell's state, and the delay controls, well, the delay in between calculating each iteration. Press space to start the simulation. Activate turbo mode (shift+green flag) for fastest performance. If you are wondering about what Conway's Game of Life is, it is a cellular automaton that can create very complex simulations. Google it for more info. #games #animations #math (I've never used these things before, am I doing it right?)
Credit to John Conway for Conway's Game of Life. Other than that, I made all of this code myself.