Processing Life Bert Xie

屏幕快照 2019-12-20 下午5.40.31.png

Part 1

1. I change the grid size to (1000,1200), and the canvas get larger and show more cells’ movement.

2. Adjacent rules:

If there is enough amount of energy, the cell will active(2 or -3)

If there are too many energy, the cell will overload and die (6 or more)

If there is not enough energy the cell will exhausted and die (2 or less)

If there is the right amount of energy, the cell will work efficiently.

Part 2

 I change the color dead from 0 to 255 and it fills the gaps in the original video, and now I can see the whole video image.