Game
Conway's Game of Life
11 years ago

What is Life? Part #1


If Game of Life was a person, it could’ve been my father, as it is 44 years old. Did John Conway realize how much of a phenomenon he created back in 1970? We may never know.

What is Game of Life not?

First of all, in contrary to its name, it is not a game per se. Or, according to wikipedia, we might call it a zero-player game. Nomenclature aside, it means that the game “plays itself” with no user input other than setting an initial state.

Also, despite the fact that some GoL structures may resemble living organisms, we can’t consider it any form of artificial intelligence. Honestly, it takes much more than 200 lines of code to model a sensible AI algorithm.

So, what is *Game of** Life* then?

It is a cellular automaton - in theory, an infinite graph (let’s call it an array) of nodes (cells) that have a finite number of states, that can change in discrete time moments (generations); with a set of rules (typically based on Moore or von Neumann neighborhood¹) determining what the next state of the given cell will be.

Of course, we aren’t very good at creating infinite arrays, so typically we assume that cells outside programmed boundaries cannot change state and it still works fine.

In classic GoL variant we have a 2D array containing square cells that can exist in two states: dead and alive. Rules are following:

  1. If a dead cell has exactly three living Moore neighbors in generation t, it will become alive in generation t+1 because of reproduction, else it stays dead;

  2. If an alive cell has less than two or more than three Moore neighbors in generation t, it dies in generation t+1 because of under- or overpopulation, else it stays alive.

There are of course other cellular automata (another well-known example could be very confusing Langton’s ant), but Game of Life is somewhat unique because of how suprisingly accurate it seems in comparison to some primitive forms of Earth life - hence the name. And because with a lot of imagination we can use some structures as logic gates etc. it is considered a Turing-complete machine.

What’s next?

I mostly covered the theoretical introduction in this part. In the next article I’m willing to share how much fun I had implementing Game of Life in Ruby and show you some amazing contraptions you can make.


¹ These are the two most used neighborhood types in orthogonal-grid graph theory:

Von Neumann neighborhood - consists of 4 closest nodes orthogonal to given cell (i.e. Manhattan distance = 1);

Moore neighborhood - consists of 8 nodes adjacent to given cell (i.e. Chebyshev distance = 1).



0 comments

Loading...

Next up

Short intro of us 💕✌️

We're an eletro duo based in Seoul 🇰🇷 Heavily influenced by the 90s.

Our new album #Xennials is all about the nostalgia of that era 💽 CD listenin 📟 beeper beepin 💾 floppy disks floppin days 😎

Stream now! 🎧

https://open.spotify.com/album/3YwWhnHWVy5cA8XOpbaGRA?si=8E9awqU…

Fan art for Foolish I'm feeling kinda better so I drew this

Enemies can also suddenly spawn through Realm Rifts. These Rift Spawns are going to be stronger than the ones wandering around. TBD on the enemies... #screenshotsaturday #godstear #madewithunity

Have a good Boi

Runestones: from concept to in-game model🗿

I-Buki

Mio-Da!

Ibuki Mioda!

Strange Umbrella

Back in my art school days I used to ride the 710 COPSA line from Parque Del Plata to Montevideo almost everyday. This is the Marcopolo Viaggio G4 Mercedes Benz model from the late 80s, one of the older bus models that was running on the line.

Showing off player 2 😎

What do you think?

Regular exercise is key for healthy wings.

Try it out!

https://gamejolt.com/games/AeonNightmares/605184