User:Tommyaweosme/Life logic gates
< User:Tommyaweosme
Jump to navigation
Jump to search
Revision as of 01:25, 25 June 2024 by Tommyaweosme (talk | contribs) (Created page with "a1 first bit of neighbors a2 second bit of neighbors a3 third bit of neighbors a4 fouth bit of neighbors b is current state or(and(and(not(a3,a4),a2),b),and(and(and(a1,a2),not(and(a3,a4))),not(b)))")
a1 first bit of neighbors
a2 second bit of neighbors
a3 third bit of neighbors
a4 fouth bit of neighbors
b is current state
or(and(and(not(a3,a4),a2),b),and(and(and(a1,a2),not(and(a3,a4))),not(b)))