Coming back from the unsuccessful search for the script that cuts down the images to 16x16 pixels and puts them together into tiles.xpm file I decided to replace the tiles.xpm with this:

Now the "GAME OF LIFE" generate unrecognizable patterns

sox -V filename -n
sox: SoX v14.3.0
sox INFO formats: detected file format type `wav'
Input File : 'cleansox.wav'
Channels : 1
Sample Rate : 22050
Precision : 16-bit
Duration : 00:00:04.77 = 105088 samples ~ 357.442 CDDA sectors
File Size : 210k
Bit Rate : 353k
Sample Encoding: 16-bit Signed Integer PCM
Endian Type : little
Reverse Nibbles: no
Reverse Bits : no
Output File : '' (null)
Channels : 1
Sample Rate : 22050
Precision : 16-bit
Duration : 00:00:04.77 = 105088 samples ~ 357.442 CDDA sectors
sox INFO sox: effects chain: input 22050Hz 1 channels
sox INFO sox: effects chain: output 22050Hz 1 channels
cities/
documentation/
images/
makefile
MicropolisCore
res/
src/
CellEngine/
cities/
Doxyfile
images/
__init__.py
makefile
MicropolisCore.sln
MicropolisCore-src
MicropolisEngine/
notes/
pyMicropolis/
res/
run-cell*
run-gtkfrontend*
TileEngine/
#!/usr/bin/env python
#
from pyMicropolis.gtkFrontend import maincell
maincell.run()