Elementary cellular automaton: Difference between revisions

m
Line 1,219:
end
end
</lang> {{output}} <rawpre>
Using Rule 90:
.........#.........
........#.#........
.......#...#.......
......#.#.#.#......
.....#.......#.....
....#.#.....#.#....
...#...#...#...#...
..#.#.#.#.#.#.#.#..
.#...............#.
#.#.............#.#
 
Using Rule 30:
.........#.........
........###........
.......#..##.......
......####.##......
.....#...#..##.....
....###.####.##....
...#..#....#..##...
..######..####.##..
.#.....###...#..##.
###...#..##.####.##
 
Using Rule 14:
.........#.........
.........##........
..........##.......
...........##......
............##.....
.............##....
..............##...
...............##..
................##.
.................##
</rawpre>
 
=={{header|Kotlin}}==
4,102

edits