Walkthrough: Difference between revisions

From Turing Complete
(Link to Basic Logic levels)
 
(Include links to all levels)
Line 14: Line 14:
* [[Level/Second Tick|Second Tick]]
* [[Level/Second Tick|Second Tick]]
* [[Level/XOR Gate|XOR Gate]]
* [[Level/XOR Gate|XOR Gate]]
* [[Level/Bigger AND|Bigger AND]]
* [[Level/Bigger AND Gate|Bigger AND Gate]]
* [[Level/Bigger OR|Bigger OR]]
* [[Level/Bigger OR Gate|Bigger OR Gate]]
* [[Level/XNOR Gate|XNOR Gate]]
* [[Level/XNOR Gate|XNOR Gate]]


== Arithmetic and Memory ==
== Arithmetic and Memory ==
* [[Level/Binary Racer|Binary Racer]]
* [[Level/Double Trouble|Double Trouble]]
* [[Level/ODD Number of Signals|ODD Number of Signals]]
* [[Level/Circular Dependency|Circular Dependency]]
* [[Level/Counting Signals|Counting Signals]]
* [[Level/Half Adder|Half Adder]]
* [[Level/Delayed Lines|Delayed Lines]]
* [[Level/Double the Number|Double the Number]]
* [[Level/Full Adder|Full Adder]]
* [[Level/Odd Ticks|Odd Ticks]]
* [[Level/Bit Switch|Bit Switch]]
* [[Level/Bit Inverter|Bit Inverter]]
* [[Level/Byte OR|Byte OR]]
* [[Level/Byte NOT|Byte NOT]]
* [[Level/Adding Bytes|Adding Bytes]]
* [[Level/Negative Numbers|Negative Numbers]]
* [[Level/Input Selector|Input Selector]]
* [[Level/Signed Negator|Signed Negator]]
* [[Level/The bus|The bus]]
* [[Level/Saving Gracefully|Saving Gracefully]]
* [[Level/Saving Bytes|Saving Bytes]]
* [[Level/1 Bit Decoder|1 Bit Decoder]]
* [[Level/3 Bit Decoder|3 Bit Decoder]]
* [[Level/Logic Engine|Logic Engine]]
* [[Level/Little Box|Little Box]]
* [[Level/Counter|Counter]]
== CPU Architecture ==
* [[Level/Arithmetic Engine|Arithmetic Engine]]
* [[Level/Registers|Registers]]
* [[Level/Component Factory|Component Factory]]
* [[Level/Instruction Decoder|Instruction Decoder]]
* [[Level/Calculations|Calculations]]
* [[Level/Conditions|Conditions]]
* [[Level/Program|Program]]
* [[Level/Immediate Values (Overture)|Immediate Values (Overture)]]
* [[Level/Turing Complete|Turing Complete]]
== Programming ==
* [[Level/Add 5|Add 5]]
* [[Level/Calibrating Laser Cannons|Calibrating Laser Cannons]]
* [[Level/Spacial Invasion|Spacial Invasion]]
* [[Level/Storage Cracker|Storage Cracker]]
* [[Level/Masking Time|Masking Time]]
* [[Level/The Maze|The Maze]]
== CPU Architecture 2 ==
* [[Level/XOR|XOR]]
* [[Level/Byte Constant|Byte Constant]]
* [[Level/Byte XOR|Byte XOR]]
* [[Level/Equality|Equality]]
* [[Level/Unsigned Less|Unsigned Less]]
* [[Level/Signed Less|Signed Less]]
* [[Level/Wide Instructions|Wide Instructions]]
* [[Level/Wire Spaghetti|Wire Spaghetti]]
* [[Level/Opcodes|Opcodes]]
* [[Level/Immediate Values (Leg)|Immediate Values (Leg)]]
* [[Level/Conditionals|Conditionals]]
== Functions ==
* [[Level/Hex Racer|Hex Racer]]
* [[Level/Shift|Shift]]
* [[Level/RAM|RAM]]
* [[Level/Delay|Delay]]
* [[Level/The Product of Nibbles|The Product of Nibbles]]
* [[Level/Stack|Stack]]
* [[Level/The Lab|The Lab]]
* [[Level/Divide|Divide]]
* [[Level/PUSH and POP|PUSH and POP]]
* [[Level/Functions|Functions]]
== Assembly Challenges ==
* [[Level/AI Showdown|AI Showdown]]
* [[Level/Robot Racing|Robot Racing]]
* [[Level/Unseen Fruit|Unseen Fruit]]
* [[Level/Delicious Order|Delicious Order]]
* [[Level/Dancing Machine|Dancing Machine]]
* [[Level/Tower of Alloy|Tower of Alloy]]
* [[Level/Planet Names|Planet Names]]

Revision as of 21:25, 28 October 2023

wip
wip

This page is a work in progress. It has sections which are incomplete or currently under construction. If you have knowledge of this game or subject, you can either help by editing it to add to or improve the page, or discussing it on the talk page.

List of levels that have a detailed guide.

Basic Logic

Arithmetic and Memory

CPU Architecture

Programming

CPU Architecture 2

Functions

Assembly Challenges