While algorithms are simple steps, they can create many layers of complexity in order to solve huge problems.
That is the idea behind a famous computer science game called Conway’s Game Of Life.
Check out this GIF:
What are they? They’re just blocks that John Conway, a famous mathematician, called automatons. Each one is following a very simple set of steps, but as you can see, they look like little gliders or airplanes. Some may think they almost look… alive!
The algorithm that each black square is following is made from four steps:
The Steps:
These rules can create a variety of stable types of motion.
Check out the game and make one yourself:
Once you get into the game, use the controls at the bottom to select different starting locations of the blocks.
When you click Next, the game will increment, or move forward, by one unit of time. The blocks run the set of steps above each time the game increments, which change their configuration.
If you make a cool one, upload a screenshot as a thought below!