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 "oitar" backwards in the box below (case sensitive):

Archive

Show me a random blog post
 2026 

May 2026

World Cup stickers 2026

Apr 2026

A new puzzle every day
Mixing Wordle with other games

Feb 2026

Christmas (2025) is over
 2025 

Dec 2025

Christmas card 2025

Nov 2025

Christmas (2025) is coming!

Sep 2025

The partridge puzzle

Aug 2025

TMiP 2025 puzzle hunt

Jun 2025

A nonogram alphabet

Mar 2025

How to write a crossnumber

Jan 2025

Christmas (2024) is over
Friendly squares
 2024 

Dec 2024

A regular expression Christmas puzzle
Christmas card 2024

Nov 2024

Christmas (2024) is coming!

Feb 2024

Zines, pt. 2

Jan 2024

Christmas (2023) is over
 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

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

Archive

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