About


This is an implementation of Conway's Game of Life. The rules can be found here. My implementation uses the Web Workers API to calculate the grid's transitions in parallel for performance reasons. However, even with these optimizations the simulation can be a little slow especially on high resolution screens and/or low power CPUs.