The rules of Conway's Game of Life aren't working in my Javascript version. What am I doing wrong?
I'm working on some code for a javascript implemenation of Conway's Game of Life Cellular Automata for a personal project, and I've reached the point of encoding the rules. I am applying the rules to each cell, then storing the…