
This is my first attempt at a pen Game of Life. I made this quite a while ago and don't know why I never shared it! Instructions: click and drag to toggle cells Arrow keys - change grid dimensions z - decrease rate of time x - increase rate of time space - if time is stopped, increment one generation c - clear grid f - fill grid s - save state l - load state r - randomise grid w - toggle screen wrap Inside the project are lots of interesting patterns you can load This also supports different game rules (ie: different values make a cell be born or die) and these can be edited by pressing e or copying one from within the project. This version works by storing a list of all the cells and whether they are alive or not. v2: https://scratch.mit.edu/projects/219835421/ works by a different (and more variable speed) method. If you find any bugs please let me know and I will try to fix them!