conways-game-of-life

Python conway's game of life not updating result

Python conway's game of life not updating result Question: I’m a beginner in python and I’m trying to make a conway’s game of life implementation. I can’t find the problem in my code below, it’s like the nextstate of the plan is not updating it self, the output stays constant instead of varying. import time, …

Total answers: 1