kolibrios-fun/programs/demos/life2/lif/SLOPUF2.lif
Yogev Ezra 2bf6bb3b5b Added sources of life2 demo to SVN.
git-svn-id: svn://kolibrios.org@1769 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-28 13:00:06 +00:00

44 lines
441 B
Plaintext

#Life 1.05
#D Another puffer that moves fast but puffs slowly
#D
#D No puffers are known that move slowly.
#D This pattern by David Bell.
#N
#P -9 -10
...*
.*...*
*
*....*
*****
#P -9 -2
.**
**.***
.****
..**
#P -7 3
...**
.*....*
*
*.....*
******
#P -1 0
***
#P 3 -3
........*
.**.*..*.*
*.*.****.*
*
*.*.****.*
.**.*..*.*
........*
#P 3 -10
.**
**.***
.*****
..***
#P 3 7
..***
.*****
**.***
.**