Game of Life Explanation
The Game of Life is a cellular automata developed by mathematician John Horton Conway in 1969. He named it after his wife, Heidi, had died earlier that year. The game consists of a grid of squares.
Each cell contains either a single number representing its life value or zero, indicating death. At each turn, every cell checks itself against three neighboring cells. If the sum of those numbers exceeds some threshold value, the cell dies; otherwise, it lives on.
Conway discovered that certain patterns emerge over time. For instance, if we start with an empty field, the cells eventually form a pattern like this:
This is called the "glider," and it moves around the board without stopping. Because the glider never stops moving, it consumes no space. However, once it reaches the edge of the board, it bounces off into infinity.
The Game of Life can be played on a square grid of any size. But most people play on a rectangular grid.
Rules
The universe of the Game of Life is an infinite, two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, live or dead (or populated and unpopulated, respectively). Every cell interacts with its eight, which are the cells that are horizontally, vertically, or diagonally adjacent.
The rules, can be condensed into the following:
- Any live cell with two or three live neighbours survives.
- Any dead cell with three live neighbours becomes a live cell.
- All other live cells die in the next generation. Similarly, all other dead cells stay dead.
A new generation begins when all cells have been updated once. This means that the next generation starts from scratch, with no memory of what happened in previous generations.
A new generation starts when all cells have been updated once.. This means that the next generation starts from scratch, with no memory of what happened in previous generations.
Starting and Stopping
You can start evolution by clicking on the Start Evolution button. This starts the process of generating random mutations and recombinations. After some time, the algorithm stops and displays the current state of the population. To continue, click on the Evo button again.
To stop evolution, click on the Stop button. If you want to restart evolution, simply click on the Start Evolution button again.
The Conway Game and ADNTRO
The idea of Conway is that it is a universal Turing machine.so you can reproduce anything within the game. This is very important because it allows us to recreate the world inside the game. But Conway's idea became so famous partly due to the fact that each movement is a unit of time and this was interesting for programmers to use clock cycles while programming.
The fact is, with a few simple conditions and customized with your DNA you can achieve extremely complex structures unique to you.
The fact is, with a few simple conditions and customized with your DNA, you can achieve extremely complex structures unique to you.
Geometric shapes that look like a kaleidoscope are very common. These "kaleidoscopes" usually start from geometric seeds. In our case, we will start from a simple hexagonal shape.
Discover everything your DNA has to offer with the DNA TEST of ADNTRO or by uploading your RAW DNA data!