Comment on Asynchronous Life, re-implementing Conways 'life' the async wayparentComments−jules16yOk, so the main loop is like for c in cells: c.update() And update looks at the values of the neighbors and updates accordingly. Seems straightforward, but I'm sure there will be pitfalls :)I'm going to start in about 4 hours, I have other work to do now.−jacquesmOP16yYep, you got it.
Comments
Ok, so the main loop is like
And update looks at the values of the neighbors and updates accordingly. Seems straightforward, but I'm sure there will be pitfalls :)I'm going to start in about 4 hours, I have other work to do now.
Yep, you got it.