Level/The Lab

From Turing Complete
Revision as of 11:02, 23 August 2024 by Gelthor (talk | contribs) (Added infobox and a summary of unlocks)
Section Functions
Type Other
Unlocks Bit Indexer
Console
Halt
Sound
More components, see below
Scored No
API test_lab (59)

The Lab isn't a normal level, but rather a debugging tool. The Lab allows the player to save programs for automatic verification of functionality.

The expect keyword allows verifying the internal value of components. It applies starting after the execution of the next instruction. It takes two arguments, the first being the index of the linked component and the second the correct value. The value is checked after every instruction, so if the value changes again, a new expect line must be provided.

The set_input keyword allows providing custom input values, allowing testing of input related instructions.

Unlocks

Opening The Lab for the first time unlocks a large number of components:

Sanbox only components

"Sandbox only" components can be placed and used here.

  • These are technically unlocked (were always available in Sandbox), but they now show up (disabled) in the normal levels' build menu.

Scoring

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