Playing around with various Conway's Game of Life algorithms in javascript.

I like to play around with Game of Life simulations and see what I get, here are a few implemented in javascript over the years.

Mostly Gliders

This one generates random data that tends to minimize to two types of gliders, the edges wrap and when they collide they are destroyed. Cells can die of old age and have a certain age window where they can breed.

Try It Here