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:
      ×1                  
(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 "s" then "e" then "g" then "m" then "e" then "n" then "t" in the box below (case sensitive):

Archive

Show me a random blog post
 2024 

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

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

Archive

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