Name: Anonymous 2013-03-26 17:41
I want to try to make this with Java.
http://en.wikipedia.org/wiki/Conway's_Game_of_Life
but I'm not really sure where to start, these are some of my points:
1.- there is a seed to create the random map?
2.- how do i create the grid, maybe a bi-dimensional array?
3.- how to print the next generation?
it would be cool, if you have a open source repo in java, i would like to read it... thanks.
http://en.wikipedia.org/wiki/Conway's_Game_of_Life
but I'm not really sure where to start, these are some of my points:
1.- there is a seed to create the random map?
2.- how do i create the grid, maybe a bi-dimensional array?
3.- how to print the next generation?
it would be cool, if you have a open source repo in java, i would like to read it... thanks.