This is my 3rd attempt at recreating Conway’s game of life on scratch, with the first one being successful but extremely slow, so I made one using lists to store the data of the squares to give a very deserved boost to the speed. Next time I remake it, I would like to make it an infinite scrolling world.