I felt like having a go at making a conways game of life project on scratch, after seeing quite a bit of them on scratch, and here is mine. (This is mobile friendly, but I don't know if it is very good for mobile with the little squares to draw on; I haven't tested it on a mobile device.) [How it works if you are wondering, AKA: The rules.] - If a cell is alive, and two or three cells around it are alive, then it stays alive, otherwise, it dies. - If a cell is dead, and three cells around it are alive, then it becomes the alive state. And that is why this chaotic nature of all these little squares go everywhere and cause mayhem. :) (I made the sounds for clicking using jsfxr)