Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 628 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 628 Bytes

Conway's game of life seeded by JS equality table

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.