sekkurocode / Cellular-Automata

Development of a python software, simulating "Cellular Automata".
MIT License
1 stars 0 forks source link

Overwrite board with new generations to create an animation #12

Closed fabrice-eberle closed 5 months ago

fabrice-eberle commented 6 months ago

Create a game loop with a small timer in between an overwrite the current status multiple times to create a short animation of moving cells (living, dying and being born)

redibaj commented 5 months ago

After each generation, it prints the current state of the board and waits for 0.5 seconds before continuing to the next generation.