Level/Component Factory

From Turing Complete
Section CPU Architecture
Type Component
Prerequisite Arithmetic Engine
Unlocks Instruction Decoder
Conditions
Component Factory
Scored No
API component_factory (48)

This level is actually a tool. Using it you can create custom components. They are handy when you have repeated logic or just want to shrink things down.

The game will sometimes make a custom component out of your solution to a level, such as the next one. It is optional to overwrite the custom component each time you beat such a level.

Custom components get to use some special components to define their own input and output pins. Output pins can optionally be switched. Make sure to use switched output pins instead of the switch component.

Scoring[edit | edit source]

While this level is not scored, it does count as a level for the purposes of calculating the game completion percentage.