sekkurocode / Cellular-Automata

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

W1: most basic neighbor check #6

Closed fabrice-eberle closed 6 months ago

fabrice-eberle commented 7 months ago

checking 9 neighbors, giving value 1, self or 0 to (i,j) on temporary_board, filling it. Overriting the old board after finished

fabrice-eberle commented 6 months ago

9

fabrice-eberle commented 6 months ago

11