Welcome to the Creatures Wiki! Log in and join the community.

Logic gate

From Creatures Wiki
Revision as of 04:16, 10 August 2016 by ScoobyGambit (talk | contribs)
Jump to navigation Jump to search
AND, OR and NOT Gates.

The logic gates are a connectable agent included with Creatures 3. They are all gadgets. The logic gates allow you to use Boolean logic to create your connectable agent setups. The AND gate is shaped like a semi-circle, and the OR gate is shaped like a crescent moon.

AND

AND means that both conditions have to be true to get a result.

The AND gate will take two inputs and produce one output. It will only send an output if it receives two signals.

OR

OR means that either situation can be true, or both can be true, to get a result.

The OR gate will send an output with the strength of 255 if either of the two inputs gets a signal. Note that this means that both inputs do not need to be connected for the OR gate to work.

NOT

Venn NOT.png

The NOT gate will send an output with the strength of 255 if it does not get any inputs. If it does get an input, it stops its output.

External links