Conway's game of life

Edit (2021): A better solution: https://github.com/spacekitcat/convolve2d-conways-game-of-life/blob/main/main.py This is a fairly simple web based implementation of Conway's game of life. I wrote it as a Kata and for interview preparation and thought the result was kinda neat. It starts randomised, sometimes it will…