Jump to content

technology John Conway's Game of Life


Astral Blitzen

Recommended Posts

(edited)

http://www.bitstorm.org/gameoflife/     

 

The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway. It 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 form various patterns throughout the course of the game.

 

 

The Rules

 

For a space that is 'populated':

  • Each cell with one or no neighbors dies, as if by loneliness.
  • Each cell with four or more neighbors dies, as if by overpopulation.
  • Each cell with two or three neighbors survives.

For a space that is 'empty' or 'unpopulated':

  • Each cell with three neighbors becomes populated.
Edited by Astral Blitzen

eAqpTPp.gif


*Slurping up a pink whale through a big straw while in a swimming pool filled with trash and some kinda gravy*.
Link to comment
Share on other sites

 

http://www.bitstorm.org/gameoflife/     

 

The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway. It 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 form various patterns throughout the course of the game.

 

 

The Rules

 

For a space that is 'populated':

  • Each cell with one or no neighbors dies, as if by loneliness.
  • Each cell with four or more neighbors dies, as if by overpopulation.
  • Each cell with two or three neighbors survives.

For a space that is 'empty' or 'unpopulated':

  • Each cell with three neighbors becomes populated.

 

 

 

I had this as an assignment in one of my CS programming classes.  Unfortunately I could never quite get it to work...

  • Brohoof 2

img-1630605-3-sig_for_hawkflame_by_maggi


Sig by Thunderstorm


Check out my Rarity fansite!

Link to comment
Share on other sites

I had this as an assignment in one of my CS programming classes.  Unfortunately I could never quite get it to work...

Ah, I bet. There's a lot that goes into this. I mean it seems so simple to make, but I wouldn't think it is XD


eAqpTPp.gif


*Slurping up a pink whale through a big straw while in a swimming pool filled with trash and some kinda gravy*.
Link to comment
Share on other sites

I remember an old friend of mine showing me this back in grade 6 or 7! I thought it was pretty cool and enjoyed played with a whole bunch of premade patterns. Never really "engineered" anything myself so much as I just clicked random nodes and watched what happened.

Link to comment
Share on other sites

(edited)

Finally! someone decided to make a post about math! :wub:

 

I have Golly on both my main computer and my netbook. Golly is basically John Conway's game of life for Linux. It has the exact same set of rules, and comes with several interesting pattern such as spaceships, breeders, oscillators, and guns. My favourite pattern is this complicated X-shaped gun that makes really interesting spaceships:

 

post-24667-0-88565000-1399162441_thumb.png

 

Here's the spaceship that it makes:

 

post-24667-0-71676400-1399162536_thumb.png

 

EDIT: Okay, huge screenshot fail. I'll fix it:

 

post-24667-0-54172300-1399162809_thumb.png

post-24667-0-91507600-1399162830_thumb.png

Edited by Asterisk Propernoun
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...