Game Of Life

Implementing Game of Life is a classic programming challenge.

My version shown here implements the speed up detailed in this paper which enables simulation of millions of iterations by exploiting the repetive nature of the algorithm. Also - best title for an academic paper ever ;)

I need to dig out the source for this, I can’t find it off hand, but there is an earlier version in the teaching framework Mgfx.

Game of Life

Game of Life

comments powered by Disqus