jit.conway

Thinksamuel's icon

i am starting with Jitter and need to make a matrix of 16X 16 dots.
In the 1-plane-game suibpatch I change the arguments 40 30 into 16 16 (also in the further subpatches but The matrix stays the same and even worse, the game doesn?t work anymore.
So, how can I make it a 16 16 grid?
Sorry for being so straightforward but my teacher of composition already wants to have music next week so I want to go as fast as possible here.

Thinksamuel's icon

I also want to output which cells are alive. So I want to number every cell and if it?s alive, I want to have a list every step which shows which cells are alive. Is that possible?