This commit is contained in:
Miloslav Ciz 2023-10-28 22:31:43 +02:00
parent 767b52f354
commit d9a9d8158f
6 changed files with 47 additions and 75 deletions

View file

@ -22,5 +22,17 @@ We have an [infinite](infinity.md), regular two dimensional grid of cells, each
| alive | 2 or 3 live neighbors | else (under/overpopulation) |
| dead | 3 live neighbors | else |
## Code Example
TODO
## Programming
TODO: techniques for optimization etc.
TODO: extensions, continuous, code, optimizations
## Extensions, Modifications And Generalizations
TODO