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

Difference between revisions of "Logic gate"

From Creatures Wiki
Jump to navigation Jump to search
(Created page with "The logic gates are a connectable agent included with Creatures 3. It allows you to use Boolean logic to create your connectable agent setups. The AND gate is shaped...")
 
Line 1: Line 1:
 +
[[File:AND OR NOT Gates.png|right|thumb|AND, OR and NOT Gates.]]
 
The logic gates are a [[connectable agent]] included with [[Creatures 3]].  It allows 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.   
 
The logic gates are a [[connectable agent]] included with [[Creatures 3]].  It allows 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==

Revision as of 07:05, 23 August 2014

AND, OR and NOT Gates.

The logic gates are a connectable agent included with Creatures 3. It allows 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.