-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiamoeba.world
More file actions
17 lines (17 loc) · 1.36 KB
/
diamoeba.world
File metadata and controls
17 lines (17 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
world 100 30 '.' 2 '.' '#'
alias end
rules count
state '.' to '#' if '#' may 3 5 6 7 8 end
state '#' to '.' if '#' nomay 5 6 7 8 end
end
setup
pattern 5 11 36 8
'.' '.' '#' '.' '#' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '#' '.'
'.' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '.' '.' '#' '.' '.' '.' '#' '.' '.' '.' '.' '.' '#' '.' '.' '.' '#' '.' '#' '.' '#' '#' '.' '#'
'#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '#' '#' '#' '#' '.'
'#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '.'
'#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '.'
'#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '#' '#' '#' '#' '.'
'.' '.' '#' '.' '#' '.' '#' '.' '#' '.' '#' '.' '.' '.' '#' '.' '.' '.' '#' '.' '.' '.' '.' '.' '#' '.' '.' '.' '#' '.' '#' '.' '#' '#' '.' '#'
'.' '.' '#' '.' '#' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '.' '#' '.'
end