mscroggs.co.uk
mscroggs.co.uk

subscribe

Blog

Making names in Life

 2016-06-05 
The Game of Life is a cellular automaton invented by John Conway in 1970, and popularised by Martin Gardner.
In Life, cells on a square grid are either alive or dead. It begins at generation 0 with some cells alive and some dead. The cells' aliveness in the following generations are defined by the following rules:
Starting positions can be found which lead to all kinds of behaviour: from making gliders to generating prime numbers. The following starting position is one of my favourites:
It looks boring enough, but in the next generation, it will look like this:
If you want to confirm that I'm not lying, I recommend the free Game of Life Software Golly.

Going backwards

You may be wondering how I designed the starting pattern above. A first, it looks like a difficult task: each cell can be dead or alive, so I need to check every possible combination until I find one. The number of combinations will be \(2^\text{number of cells}\). This will be a very large number.
There are simplifications that can be made, however. Each of the letters above (ignoring the gs) is in a 3×3 block, surrounded by dead cells. Only the cells in the 5×5 block around this can affect the letter. These 5×5 blocks do no overlap, so can be calculated seperately. I doesn't take too long to try all the possibilities for these 5×5 blocks. The gs were then made by starting with an o and trying adding cells below.

Can I make my name?

Yes, you can make your name.
I continued the search and found a 5×5 block for each letter. Simply Enter your name in the box below and these will be combined to make a pattern leading to your name!
Enter your name:
×14      ×15      ×12      ×13      ×13
(Click on one of these icons to react to this blog post)

You might also enjoy...

Comments

Comments in green were written by me. Comments in blue were not written by me.
 Add a Comment 


I will only use your email address to reply to your comment (if a reply is needed).

Allowed HTML tags: <br> <a> <small> <b> <i> <s> <sup> <sub> <u> <spoiler> <ul> <ol> <li> <logo>
To prove you are not a spam bot, please type "hparg" backwards in the box below (case sensitive):

Archive

Show me a random blog post
 2026 

Feb 2026

Christmas (2025) is over
 2025 
▼ show ▼
 2024 
▼ show ▼
 2023 
▼ show ▼
 2022 
▼ show ▼
 2021 
▼ show ▼
 2020 
▼ show ▼
 2019 
▼ show ▼
 2018 
▼ show ▼
 2017 
▼ show ▼
 2016 
▼ show ▼
 2015 
▼ show ▼
 2014 
▼ show ▼
 2013 
▼ show ▼
 2012 
▼ show ▼

Tags

golden ratio gaussian elimination trigonometry python national lottery error bars coventry crosswords youtube map projections arithmetic geogebra big internet math-off rhombicuboctahedron tmip programming curvature cross stitch pizza cutting errors correlation crossnumbers raspberry pi go numerical analysis bodmas numbers craft regular expressions game of life fence posts weather station hyperbolic surfaces live stream quadrilaterals stirling numbers zines hannah fry matrix of cofactors matt parker matrix multiplication dinosaurs noughts and crosses stickers plastic ratio fractals christmas draughts dates advent calendar crochet braiding convergence edinburgh approximation platonic solids menace game show probability geometry speed probability friendly squares final fantasy bempp manchester frobel weak imposition matrix of minors radio 4 php estimation royal baby inline code mathsteroids mathsjam datasaurus dozen manchester science festival sorting chebyshev a gamut of games realhats logic rust matrices warwick simultaneous equations ucl oeis pythagoras palindromes asteroids hexapawn recursion logo logs dragon curves bots books finite element method news sound gerry anderson computational complexity alphabets london underground polynomials sport pac-man football london folding paper machine learning accuracy captain scarlet tennis european cup pascal's triangle databet misleading statistics dataset countdown propositional calculus signorini conditions guest posts exponential growth inverse matrices graph theory wave scattering reddit mean electromagnetic field rugby ternary data bubble bobble christmas card anscombe's quartet graphs runge's phenomenon pi approximation day games standard deviation 24 hour maths talking maths in public harriss spiral squares javascript reuleaux polygons folding tube maps turtles chalkdust magazine wool fonts kings pi cambridge chess interpolation phd crossnumber kenilworth determinants triangles martin gardner binary puzzles mathslogicbot thirteen gather town boundary element methods world cup latex partridge puzzle newcastle video games statistics coins flexagons light royal institution nonograms preconditioning sobolev spaces nine men's morris people maths the aperiodical hats golden spiral finite group data visualisation

Archive

Show me a random blog post
▼ show ▼
© Matthew Scroggs 2012–2026