- 15:16, 4 April 2025 Known issues/2.0.16 (hist | edit) [6,145 bytes] Gelthor (talk | contribs) (Initial draft)
- 13:04, 28 March 2025 Custom level creation/Simplex (hist | edit) [301 bytes] Gelthor (talk | contribs) (Initial stub)
- 10:16, 19 February 2025 Alpha Branch/Word width (hist | edit) [3,328 bytes] Altrag (talk | contribs) (Created page with "Turing Complete allows for components and wires of any size from 1 through 64 bits, primarily for the sake of convenience (eg: placing a single 64-bit word <code>AND</code> rather than 64 individual 1-bit <code>AND</code> gates). In prior iterations of the game, there were individual components with fixed 1, 8, 16, 32 or 64 bit widths. In the modern version however, all but the 1-bit components have been combined into a single set of "word" components with configurable...")
- 06:30, 19 February 2025 Alpha Branch/Components/Switch (hist | edit) [1,143 bytes] Altrag (talk | contribs) (Created page with "{{Breadcrumbs|Alpha Branch|Components}} {{Early-access-version|0|1346}} == Bit Switch == {{Infobox component | image = Bit_Component_switch.png | type = bit | gate-cost = 2 | delay-cost = 1 | prerequisite = Always On }} The switch is a way to pass the state of the input bit to the output of the switch, but only when the switch is in the enabled {{On}} state. The {{Off}} state prevents the input bit from being passed through to the output. {| {{Tru...") originally created as "Alpha Branch/Component/Switch"
- 21:32, 17 February 2025 Alpha Branch/Components/Constants (hist | edit) [1,157 bytes] Altrag (talk | contribs) (Created page with "== ON == {{Infobox component | image = Bit_Component_constant_on.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{On}} state, or '''1''' in logical terms. This is useful when you want to make sure you have a {{On}} input to another component. == OFF == {{Infobox component | image = Bit_Component_constant_off.png | type = bit | gate-cost = 0 | delay-cost...") originally created as "Alpha Branch/Component/Constants"
- 07:57, 7 February 2025 Alpha Branch/Components/OFF (hist | edit) [512 bytes] Altrag (talk | contribs) (Created page with "{{Infobox component | image = Bit_Component_constant_off.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{Off}} state, or '''0''' in logical terms. This is useful for times when you want to make sure you have a {{Off}} input to another component or want to document an intended {{Off}} signal. However, the input pins of most components default to {{Off}} when not connected to...") originally created as "Alpha Branch/Component/OFF"
- 07:54, 7 February 2025 Alpha Branch/Components/ON (hist | edit) [377 bytes] Altrag (talk | contribs) (Created page with "{{Infobox component | image = Bit_Component_constant_on.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{On}} state, or '''1''' in logical terms. This is useful for times when you want to make sure you have a {{On}} input to another component.") originally created as "Alpha Branch/Component/ON"