TIS-100: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{ language|TIS-100 |LCT=no }} '''TIS-100''' is a fictional computer created by the game developer Zachtronics, which is used in the game of the same name to solve programming...")
(No difference)

Revision as of 03:04, 19 January 2022

Language
TIS-100
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using TIS-100.

TIS-100 is a fictional computer created by the game developer Zachtronics, which is used in the game of the same name to solve programming riddles. Each puzzle consists of an array of multiple TIS-100 "processors," each of which is connected via ports labeled UP, DOWN, LEFT, and RIGHT. In addition, there are also "stack nodes" which implement a last-in-first-out system of storing values temporarily. The goal of each puzzle is to create a travel path from an input stream to an output, and have each processor work together and share data without causing a deadlock.




See also