Posted on Sat 25 February 2012

Game of Life

Inspired by [cached]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 [cached]GitHub

Tags: programming

© Julian Schrittwieser. Built using Pelican. Theme by Giulio Fidente on github. .