In the GOL program by shiffman I want to input values for board in run time instead of a random func

edited October 2015 in How To...

While Using the game of life program of the series " nature of code " by daniel shiffman, I want to fill the board with input values given by me in run time of the program instead of using a random function as it has been done in the GOL program. when I tried getting input for board using normal java method I'm not able to fill the board in run time, so please suggest a solution for my problem.

Answers

Sign In or Register to comment.