game-of-life
game-of-life copied to clipboard
fix matplotlib animation problem
Using python 3.x on Archlinux, no window pops up when running the scripts. There're same issues under Windows and MacOS environments( #2, #4 )
Changing time.sleep()
to plt.pause()
fixes these issues.