Wire

From Turing Complete
Revision as of 17:52, 28 October 2023 by Natelabs (talk | contribs) (Created page with "The simplest component of the game, a wire that connects an input to an output. Wires can carry 3 values bitwise: {{On}}, {{Off}}, or Z. When a wire is Z, it can be overwritten by any other value. If a wire is carrying a value that is not Z, attempting to overwrite it will give you a Short Circuit.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The simplest component of the game, a wire that connects an input to an output.

Wires can carry 3 values bitwise: , , or Z.

When a wire is Z, it can be overwritten by any other value.

If a wire is carrying a value that is not Z, attempting to overwrite it will give you a Short Circuit.