TIS-100
评价数不足
TIS-100: Solution Catalogue
由 Batou 制作
A collection of my personal solutions for every puzzle in TIS-100. Many guides are already out there, but the beauty of this game is its open-ended nature. There is rarely only one correct answer. Looking at other approaches can give you new ideas and help you see where your own code might be going wrong. Whether you are stuck on a single level or just curious about different ways to solve them, this guide offers a fresh perspective.
   
奖励
收藏
已收藏
取消收藏
Intro
───────────────────────────────────────────────
WELCOME TO MY TIS-100 GUIDE
───────────────────────────────────────────────
My goal is to share my own solutions for anyone that might be struggling. I found this to be a very challenging game, but also incredibly rewarding.

This guide contains my solutions to each puzzle, including every achievement puzzle and the secret level.

Whether you’re here to compare code, optimise for cycles, or explore alternate approaches, you’ll find everything gathered neatly in one place.
───────────────────────────────────────────────
TIS-100 Segment Map
Segment 00150 - Self-Test Diagnostic
Segment 10981 - Signal Amplifier
Segment 20176 - Differential Converter
Segment 21340 - Signal Comparator
Segment 22280 - Signal Multiplexer
Segment 30647 - Sequence Generator
Segment 31904 - Sequence Counter
Segment 32050 - Signal Edge Detector
Segment 33762 - Interrupt Handler
Segment 40196 - Signal Pattern Detector
Segment 41427 - Sequence Peak Detector
Segment 42656 - Sequence Reverser
Segment 43786 - Signal Multiplier
Segment 50370 - Image Test Pattern 1
Segment 51781 - Image Test Pattern 2
Segment 52544 - Exposure Mask Viewer
Segment 53897 - Histogram Viewer
Segment 60099 - Signal Window Filter
Segment 61212 - Signal Divider
Segment 62711 - Sequence Indexer
Segment 63534 - Sequence Sorter
Segment 70601 - Stored Image Decoder
TIS-NET Directory
Nexus 00.526.6 - Sequence Merger
Nexus 01.874.8 - Integer Series Calculator
Nexus 02.981.2 - Sequence Range Limiter
Nexus 03.176.9 - Signal Error Corrector
Nexus 04.340.5 - Subsequence Extractor
Nexus 05.647.1 - Signal Prescaler
Nexus 06.786.0 - Signal Averager
Nexus 07.050.0 - Submaximum Selector
Nexus 08.633.9 - Decimal Decomposer
Nexus 09.094.9 - Sequence Mode Calculator
Nexus 10.656.5 - Sequence Normalizer
Nexus 11.711.2 - Image Test Pattern 3
Nexus 12.534.4 - Image Test Pattern 4
Nexus 13.370.9 - Spatial Path Viewer
Nexus 14.781.3 - Character Terminal
Nexus 15.897.9 - Back-Reference Reifier
Nexus 16.212.8 - Dynamic Pattern Detector
Nexus 17.135.0 - Sequence Gap Interpolator
Nexus 19.762.9 - Prolonged Sequence Sorter
Nexus 20.433.1 - Prime Factor Calculator
Nexus 21.601.6 - Signal Exponentiator
Nexus 22.280.8 - T20 Node Emulator
Nexus 23.727.9 - T31 Node Emulator
Nexus 24.511.7 - Wave Collapse Supervisor
Achivement solutions
BUSY_LOOP
  • Solve SELF-TEST DIAGNOSTIC in over 100,000 cycles

PARALLELIZE
  • Solve SIGNAL AMPLIFIER in fewer than 100 cycles

UNCONDITIONAL
  • Solve SIGNAL COMPARATOR without using the JGZ, JLZ, JEZ, or JNZ instructions

NO_BACKUP
  • Solve SEQUENCE COUNTER without using the SWP instruction

NO_MEMORY
  • Solve SEQUENCE REVERSER without writing any values to a stack memory node

ILLEGAL_EAGLE
  • Find and solve the hidden puzzle
End