mscroggs.co.uk
mscroggs.co.uk
Click here to win prizes by solving the mscroggs.co.uk puzzle Advent calendar.
Click here to win prizes by solving the mscroggs.co.uk puzzle Advent calendar.

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:
×12      ×13      ×11      ×12      ×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 "q" then "u" then "o" then "t" then "i" then "e" then "n" then "t" in the box below (case sensitive):

Archive

Show me a random blog post
 2024 

Dec 2024

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

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

Archive

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