For insanely fast speeds: https://turbowarp.github.io/#413982188 Click the green flag, set the length of 1 side of the grid, set initial cells by clicking, press the button at the bottom right to watch the zero-player game or simulation unfold. If you do not know what the Game of Life is, the rules are simple: 1. Any live cell with fewer than two live neighbours dies. 2. Any live cell with two or three live neighbours lives on to the next generation. 3.Any live cell with more than three live neighbours dies. 4. Any dead cell with exactly three live neighbours becomes a live cell. I suggest looking here for some examples: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
John Conaway died on April 11th 2020 due to the virus, a truly brilliant mathematician. I have been very busy lately and decided to take a day off and made this. This is just Conway's Game of Life but in a finite space and edges are toroidal. Fully made in pen except for the instructions. This is not finished by any means, I just made this today since I decided to take a day off. The features I plan to add: 1. Save and load: if you have an interesting configuration and want to save for later you can easily copy and paste, also will come with the feature to separate into 500 letter comments so you can easily paste in Scratch comments. 2. Basic Models: You can click a button on the menu and try out some basic models to get the feel for it. Some things to note: I do not plan to add colours, this project is meant to be entirely black and white. I do not plan to add sounds. The reason that live cells are white compared to the traditional black is just dark-mode bias.