Game of life simulation codes that I wrote
Goal: Random start game state, visualize each iteration, fast
Python was too slow, after switching to MATLAB I had to put a sleep(0.1) function in order to see a generation because it calculated each generation too fast.