Well, the title says it all. This is a Javascript implementation of Conway's game of life that is seeded by equality table of various javascript values. The game uses real values and loose comparison.
Hover over a cell to see what comparison it represents. You can also interact with cells by clicking on them.
There's also a live demo here.
The implementation is a bit sub-optimal, since that wasn't the point of the exercise.