A java implementation of Conway's Game of Life, using Princeton's StdDraw class to do the graphical interface implementation.
Princeton's StdDraw: http://introcs.cs.princeton.edu/java/stdlib/StdDraw.java (also included in this project).
###Usage: java -jar Life.jar width height