Saturday, January 30, 2010

The Game of Life

I made a Java version of Conway's Game of Life. You can download it in all it's glory from my repository on Bitbucket: http://bitbucket.org/nfmccrina/gameoflife/overview/. The executable file is in the Downloads tab. It requires the Java runtime from Sun (of course). You can get this from java.com, but really, doesn't everybody already have it? What, you don't? For shame!

I'm currently refactoring the code base, since I had thrown it all together haphazardly and it was a bit of a mess. You can download the source code from Bitbucket too, if you want.

No comments:

Post a Comment