A Life Game in Java
In the case of Game of Life, please look up in wiki "http://en.wikipedia.org/wiki/Conway's_Game_of_Life".
This is a game of life code in Java with GUI and thread. User can input the size of the life map, and can design the first generation of pattern. Everu time when the button is clicked, a new generation will show up.
