Wire: Difference between revisions

681 bytes added ,  18 January 2019
(→‎Counter: Added info from CC2 wikia)
(→‎Other Wiring Elements: Added latches)
Line 201: Line 201:
|}
|}


== Other Wiring Elements ==
== Other Gates ==


=== Counter ===
=== Counter ===
Line 210: Line 210:
|cc2 = Yes
|cc2 = Yes
|cc1index  =  
|cc1index  =  
|multidirectional = No
|multidirectional = Yes
|moves = No
|moves = No
}}
}}
Line 219: Line 219:


[[Image:CounterExample.png]]
[[Image:CounterExample.png]]
=== Latch ===
{{Infobox Game Tile
|name = Latch
|image =
|cc1 =
|cc2 = Yes
|cc1index  =
|multidirectional = Yes
|moves = No
}}
The arrow on a '''latch gate''' points from the data input to the output. As long as the latch input is TRUE, the output will be the same as the data input. When the latch input is FALSE, the output will stay the same as it was when the latch input was last TRUE. This is a combination data flow valve and one bit memory. It's like the statement "As long as I can see you, I will follow your lead. When I can't see you, I'll do the last thing I saw you do."
The second latch is a mirror image of the first latch, used to keep the game elements symmetrical.


{{clear}}
{{clear}}