don't post save codes in the comments, post them here https://scratch.mit.edu/discuss/topic/467725/ also go there to browse people's creations https://en.wikipedia.org/wiki/Conway's_Game_of_Life this project is best in turbo mode (shift click the green flag) here is V1 https://scratch.mit.edu/projects/426349771/ where you can find basic contraptions how the game works there are 3 types of squares, alive (black), dead (white), and deleted (grey), each round, if a living square has 4 or more living squares around it or 1 or less living squares around it, it dies, if a dead square has 3 living squares around it, it comes back to life, a deleted square is always deleted controls: click to make a square dead or alive space to play press 1 for a reminder for what the number keys do press 2 for a random design press 3 to make the "delete" the square your mouse is on press 4 to change the delay between generations (if you set it to 10 press space to move to the next frame) press 5 to get the save code press 6 to load a save code new features since the first game: removed that ugly grey space between the squares added save and load V1 grid: 15 by 20 V2 grid: 36 by 48 fixed grammar in the title now you don't have to wait for it to load go here for max sized version https://scratch.mit.edu/projects/536039531/ Also, you can click see inside and change the rules.