Misreading letters using 1D Cellular Automata
Composition of vowels/space of '0' world and consonants of '1' world creates unknown words on the board.
200C winter2004 MAT
Eunsu Kang
{code and references}
{1,1,1,1,0,0,0,0}
{0,1,0,1,0,0,0,0}
{1,0,1,1,0,1,0,0}
{1,0,0,1,0,0,0,1}
{0,0,0,1,0,0,0,0}
{0,0,1,1,1,1,0,0}
{0,1,0,1,1,0,1,0}