Life game by nn

:s/01101/01110
:%s/10100/00101
:%s/00011/00010
:%s/^01100.*/010001100
:%s/^100.*/100110000
:%s/^11.*/111100010
:%s/^0000.*/011111100
ZZ

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page