Game
Conway's Game of Life
10 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

art comission.

"Thanks guys for endless hours of fun." 👍

(My first fan art. Read the article, please.)

#sonic #mario #photoshop

Quantum precognition is one of the most powerful cards. End game cards & equipment. Demo/alpha build boss is no match for this deck.

Updated the chest in the maze, adding sound, particles and better animation. But what's in the chest?

Demonstration of the spells and their effects :)!

Very ambitious construction going on in Planet Zoo on Plays today. We're tryin'. LIVE: www.twitch.tv/dreamhackplays

If you’ve played the Vault demo and enjoyed it, please consider ‘liking’ the game page here on Gamejolt and/or leave a comment!

Also please consider tossing Vault on your Wishlist, I really appreciate your support!

https://store.steampowered.com/app/1251800

Some Shadow boss fight gameplay 👾

Only true badasses may pass! #conceptart #art #gamedesign

Got some fun collectibles in our game, Path of Kami!