https://www.youtube.com/watch?v=R9Plq-D1gEk
Python 2.7.x
Main module.
Calculate next generation.
Print generation on console.
Print generation in HTML/SVG.
Import seed in RLE format (http://www.conwaylife.com/wiki/Run_Length_Encoded) Note: Only valid for jumps up to 99 cells.
Render animation on concole.
Render animation in HTML/SVG format. Redirection of the output to a file is required to capture the result.
Test suite.
https://juan-domenech.github.io/sandbox/python/game-of-life/rabbits-3000-generations.html

