Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Write a program that uses a 20x20 board, initialised to a given pattern, to play the game Conway's life . After each turn print...Asked by Ravinder Kaur
Write a program that uses a 20x20 board, initialised to a given pattern, to play the game Conway's life . After each turn print out the board pattern using a . for a dead square and a * for a live square. Squares off the board are considered permanently dead.
Answers
Answered by
MathMate
Here, we do not write complete programmes for you. We can give help in debugging, design, or answer specific questions.
Here, you can create a 2-d array and work accordingly. Be sure to check for off-board indices to avoid memory errors.
If you need help with your pseudocode or debugging, please post.
Here, you can create a 2-d array and work accordingly. Be sure to check for off-board indices to avoid memory errors.
If you need help with your pseudocode or debugging, please post.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.