Talk:Conway's Game of Life: Difference between revisions

One boundary for all
mNo edit summary
(One boundary for all)
 
Line 32:
== Boundary conditions ==
The task says "Assume cells beyond the boundary are always dead.", but to correctly handle all patterns an implementation of Life should really support an unlimited canvas (which is usually implmented by storing a set of coordinates of live cells). I think rather than require this specific detail, the task should permit any of the three usual approaches: actually unbounded, a boundary of dead cells, or a toroidal canvas (wraparound). --[[User:Markjreed|Markjreed]] ([[User talk:Markjreed|talk]]) 03:25, 19 August 2022 (UTC)
 
:Hi, there is a need to have language examples doing the same thing so they can be compared. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 06:29, 20 August 2022 (UTC)
Anonymous user