Inspired by a post on reddit, I decided to write this Python implementation of Conway's Game of Life. To spice things up, there's a twist: The outer border continues to randomly seed the field with new cells.
Additionally, newly deceased cells slowly fade back to black to make things more interesting to watch.
Source code is of course available at GitHub
Tags: programming