Conway's Game of Life in WebGPU

Refresh to see another randomly generated board! Recall the rules of the game:

  1. Any live cell with two or three live neighbours survives.
  2. Any dead cell with three live neighbours becomes a live cell.
  3. All other live cells die in the next generation. Similarly, all other dead cells stay dead.

Made using: https://codelabs.developers.google.com/your-first-webgpu-app. Check out some of my other work: Chess Bot, Sudoku Solver.

Don't see anything? Check if you have WebGPU enabled.