What is _

A forum where anything goes. Introduce yourselves to other members of the forums, discuss how your name evolves when written out in the Game of Life, or just tell us how you found it. This is the forum for "non-academic" content.
User avatar
Ian07
Moderator
Posts: 891
Joined: September 22nd, 2018, 8:48 am
Location: New Jersey, US

Re: What is _

Post by Ian07 » March 17th, 2019, 3:14 pm

Βεν Γ. Κυθισ wrote:What is the way to change what a rule table does when no transition is specified assuming there is a way?
I want to make it so that unspecified transitions kill the cell.
I am making a rule with non-totalistic stay rules.
Rule tables always use the earliest transition that applies to the cell. So assuming you already have your eight "any state" variables, you can just put this at the bottom of your table, and it'll only kill the cells if none of the other transitions above it worked:

Code: Select all

#,a,b,c,d,e,f,g,h,0
where # can be replaced with whatever state number or variable you want.

Post Reply