Conway's Game of Life with Python
I took a liking to Conway's Game of Life and began to try and write it in python. At this moment I have yet to write any code for the borders of the program so I am just asking for help with what I have right now. I seem to have trouble when initialization a "blinker" formation. Instead of oscillating like it should, it seems to turn itself into a cube. #File: gameoflife.py #Description: This is a basic "life" simulation that follows three distinct rules: #1.Any live cell with fewer than two live neighbours dies #2.Any live cell with two or three live neighbours lives #3.Any live cell with