I wrote:I now have instructions to be able to pause the generation display, unpause, and restart, meaning to wipe the "universe" clean and start with a new random universe.
Rob Camick wrote:Also in your painting code I question if you need:
since the drawing of the gridlines should paint the outline of each cell.
At least the painting looks the same to me when I remove the code.
Rob Camick wrote:Even though you stop updating the panel after a fixed number of generations the Timer still fires events.
You can stop the Timer with code like:
Rob Camick wrote:
there are noticeable pauses between each time the screen repaints)
That is because you have the "time to generations" set to 300. Try something like 15 to increase the animation.