"Game of Life"

sean69

Star
BGOL Investor
Game_of_life_pulsar.gif



Developed by Cambridge mathematician John H. Conway in 1970, the game (a cellular automaton) consists of a collection of cells which, based on a few mathematical rules, can live, die or multiply. Depending on the initial conditions, the cells "evolve" various patterns throughout the course of the game.


The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input from humans. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.


The game demonstrates an example of emergence and self-organization - that complex patterns can emerge from the implementation of very simple rules.


It has applications in theoretical physics, biology, economics, mathematics, philosophy and generative science where "emergent" phenomena from simple-to-complex systems are observed. In the field of Digital Physics, the evolution of the universe is proposed to follow a similar mechanism.


Most say that the game affirms the counterintuitive notion that "design" and "organization" can spontaneously emerge in the absence of a designer.

I disagree because someone has to "set" the initial conditions and "push" the button. So ...

Enjoy

Link: http://www.bitstorm.org/gameoflife/
 
Strangely enough, every pattern I try ends up being stuck. Looping over and over again.

Edit:
You can add cells after it gets stuck. You can cause some patterns to "die" out, if you activate the right cell. Interesting.
 
Strangely enough, every pattern I try ends up being stuck. Looping over and over again.

Edit:
You can add cells after it gets stuck. You can cause some patterns to "die" out, if you activate the right cell. Interesting.

Yeah, the configurations can evolve "stuck" and/or oscillating equilibrium states.

What's really interesting is the fact that for biological systems, even the most complex equations and algorithms fail to accurately model them, but the simplest cellular automata can produce [fractal] patterns straight out of nature - like tree branches, stream eddies, leopard spots and crystals .
:cool:


 
Back
Top