RATING / ESRB / A Created with Sketch. RATING / ESRB / E Created with Sketch. RATING / ESRB / E10 Created with Sketch. RATING / ESRB / M Created with Sketch. RATING / ESRB / T Created with Sketch.
RATING / PEGI / 12 Created with Sketch. RATING / PEGI / 16 Created with Sketch. RATING / PEGI / 18 Created with Sketch. RATING / PEGI / 3 Created with Sketch. RATING / PEGI / 7 Created with Sketch. icon_pin Created with Sketch.

TIS-100

已在库内

4.7/5

( 27 Reviews )

4.7

27 Reviews

English
6.996.99
为什么 要来GOG.com购买?
DRM FREE. 无需激活或联网验证即可开始游玩。
保障与满意度,完美支持24/7最多30天內全额退款。
TIS-100
介绍
不支持简体中文 本产品尚未对您目前所在的地区语言提供支持。在购买请先行确认目前所支持的语言。 TIS-100 is an open-ended programming game by Zachtronics, the creators of SpaceChem and Infinifactory, in which you rewrite corrupted code segments to repair the TIS-100 and unlock its secrets. It’s the assembly language programming game you never asked...
类型:
用户评论

4.7/5

( 27 Reviews )

4.7

27 Reviews

{{ review.content.title }}
产品详细信息
2015, Zachtronics, ESRB 评级: Everyone...
系统要求
Windows 7 / 8 / 10, 2.0 GHz, 2 GB RAM, Hard Drive: 100 MB available space...
Time to beat
14.5 hMain
32 h Main + Sides
39.5 h Completionist
24.5 h All Styles
介绍
不支持简体中文
本产品尚未对您目前所在的地区语言提供支持。在购买请先行确认目前所支持的语言。

TIS-100 is an open-ended programming game by Zachtronics, the creators of SpaceChem and Infinifactory, in which you rewrite corrupted code segments to repair the TIS-100 and unlock its secrets. It’s the assembly language programming game you never asked for!
  • Print and explore the TIS-100 reference manual, which details the inner-workings of the TIS-100 while evoking the aesthetics of a 1980’s computer manual!
  • Solve more than 40 puzzles, and then solve them again trying to minimize your cycle, instruction, and node counts.
  • Design your own challenges in the TIS-100’s 3 sandboxes, including a “visual console” that lets you create your own games within the game!
  • Uncover the mysteries of the TIS-100… who created it, and for what purpose?

© Zachtronics 2015

包含内容
手册
系统要求
最低系统配置要求:

Please be advised that Windows 10 operating system will receive frequent hardware driver and software updates following its release; this may affect game compatibility

Please be advised that Windows 10 operating system will receive frequent hardware driver and software updates following its release; this may affect game compatibility

为什么 要来GOG.com购买?
DRM FREE. 无需激活或联网验证即可开始游玩。
保障与满意度,完美支持24/7最多30天內全额退款。
Time to beat
14.5 hMain
32 h Main + Sides
39.5 h Completionist
24.5 h All Styles
游戏详情
类型:
操作系统:
Windows (7, 8, 10, 11), Linux (Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04), Mac OS X (10.9+)
发行时间:
{{'2015-07-20T00:00:00+03:00' | date: 'longDate' : ' +0300 ' }}
大小:
26 MB
链接:
评分:
ESRB 评级: Everyone

游戏特性

语言
English
音频
文本
购买全系列 (5)
购买该系列的所有游戏。如果您已经拥有该系列的一款游戏,则不会将其添加到您的购物车。
-20%76.9561.55
立即付款
你可能也会喜欢这些游戏
用户还购买了
用户评论
最有用的评论

Posted on: July 20, 2015

pbl64k

验证所有者

游戏: 565 评论: 2

Zach Barth Strikes Again*

* the review is based on the Steam version of TIS-100 If you're not a programmer, you might not like this game. It is a wall of undecipherable text staring back at you, daunting and immense. It is abstract, it's totally divorced from reality as you know it. It's a different reality, dark and soul-crushing. To say it challenges you to go toe-to-toe with it would be like saying that Sauron challenges Frodo. The very notion is ridiculous. If you're a programmer, you might not like this game. It is the same thing you're doing every day 9-to-5. Only without the comforts of an IDE and a high-level language. It's a throwback to the horrible times when messily bearded men and women hacked at their ridiculously underpowered machines with their hexadecimal debuggers and little else. (Stone axes? Loincloths?) If it's not the Stone Age of computing, it is not far removed from it. If, however, programming and computer science are a passion rather than a trade for you, you might want to check it out. If you can't resist a puzzle that dares you to create and invent rather than reverse engineer, you might want to check it out. If you liked SpaceChem and/or Infinifactory, for Turing's sake, stop reading and click that damn button! There might be a tiny chance you won't like it. But the risk is negligible. It is the purest version of Zachtronics Formula to date. It's largely black-and-white. And essentially text-based. It's about stream processing and parallelization and all sorts of scary words like that. It hates you in any number of very subtle ways. It can deprive you of sleep and destroy your life. And the story (wait, story?! -- yes!) is creepy as hell. For all I know, Zach probably did it on a bet. ("Surely we can't sell THAT!") It is brilliant. It's gorgeous. It's my Game of the Year, and probably of the decade. I don't know whether I can recommend it to *you*, but hopefully I've helped you make your decision.


这对您有帮助吗?

Posted on: July 22, 2015

rtcvb32

验证所有者

游戏: 评论: 15

Reminds me of the x86 Assembly Language

When i was a teenager (14 or so) i spent a lot of time doing assembly language programming (enough to write a small compiler). Most of the instructions are similar and playing/programming felt like slipping on some old comfortable slippers i'd forgotten. It helps that it starts up and feels like an old DOS computer from the 1980's. Suggested you read the manual first, the TIS-100 has 10 instructions for you to use and master. They are relatively easy, but in combination with the puzzles you can seriously do a lot more than you'd ever thought you could. Add to that you have each processor working in parallel so you can have one doubling a number while the other one gets you the difference of it before passing it to the output. One of the hardest puzzles include making a sorting routine with such limited space for instructions and logic. But don't worry most of the puzzles slowly ramp up in difficulty helping you build the tools needed to solve later problems. Hidden in each puzzle is a broken processor which stores a dairy of sorts which is the story, of the growing obsession that your uncle had of the machine. Reading it is interesting but not required for play. If you are having trouble with the puzzles, it might be worth it to go to YouTube and watch some videos on computer programming fundamentals which would explain the high level logic of how some of this stuff works, then condense it to the problem at hand. Perhaps the biggest downside to the game is the total lack of music. But if you put something on in the background, it will be much easier for you to play. If you want to try programming in general, or are a programmer, i'd recommend this; If you can't use the BASIC's PRINT command in old Apple/Atari computers then you might give this a pass.


这对您有帮助吗?

Posted on: August 19, 2015

xkr88

验证所有者

游戏: 882 评论: 3

More like a challenge than an exercise

The game is not a classic programming game. It mainly challenges you with the minimalistic instruction set. It is not a bad thing as a game, but be aware that it plays more like an assembly programming challenge than a learn how to program/ get some programming experience tool. The game is really different from how programming goes this times, or even 20 or 30 years ago. But as a challenge, it is quite fine, and I think it worth the money.


这对您有帮助吗?

Posted on: March 27, 2016

creadproj

验证所有者

游戏: 83 评论: 1

interesting computer architecture

The TIS-100 computer system contains many CPU-cores which continually repeat a fifteen instruction long assembler program. These cores can only communicate with their four neighbours and have two registers. Programming for the TIS-100 is often a struggle against the code size, the topological constraints of communicating or the limited register count. Longer programs could often easily fulfil the puzzle-specific program-specification but can't even be temporarily written in the primitive editor. Maybe the TIS-100 architecture can be best compared to distributed message-passing programs running on a biological computer. At first I found the game to be a fun distraction from "normal" programming but later on I did no longer want to miss the comforts of modern programming languages and environments. If you want to learn programming you should not start with this game as it is probably highly frustrating. However learning assembly programming with TIS-100 might work out rather well due to the extremely limited instruction set.


这对您有帮助吗?

Posted on: November 22, 2020

andrzej.polis

验证所有者

游戏: 352 评论: 14

Real life coding is more fun than this

It's hard to call TIS-100 a game. It is divided into separate puzzles which consist of instruction to fulfil. There is a simple way to compare your results with statistics giving you some additional chalange. It has a loading screen which is the only moment you have some cool sound other than bip or click. It has a story which is just a few lines of text pinned to each puzzle. Thats all. Whole gameplay is about writing and executing your code against tests that verify its correct. Code that generates numbers. Later in the game those numbers are at least visualised on an extremely simplistic display wich makes it a little bit more fun. Writing this code is also frustrating due to bizzare game mechanics decisions. It's impossible to write your code reusable (ports naming) wich is a huge wasted oportunity to make collecting your own solution snippets an addition game element. Debugger tool lacks "step back" functionality - would be so helpful. You are limited in line numbers (wich is fine) but empty lines and comments also count, punishing you for trying to make code more readable. I can easily understand high ratings for this games. Solving this kind of programming tasks may be very enjoyable and addictive. I know this cause I do this on a daily basis. However execution of this game is lazy and has very little to offer. In a game I expect some story telling, graphics, sounds, interesting gameplay variety, some reward for solving a puzzle. This product lacks it all and is a wasted potential. If you loved this game and don't understand why I'm so harsh for TIS-100, ask yourself, did you try something real? Buy yourself some real programable modules and create some home automation. Check those fancy programmable robot toys. Coding real stuff will be as fun as this game and an outcome will probably get you more satisfaction and fun. Also your family will a little bit better understand your nerd hobby.


这对您有帮助吗?

1
3
...
...
5

出错,请尝试刷新页面。

This game is waiting for a review. Take the first shot!
{{ item.rating }}
{{ item.percentage }}%
Awaiting more reviews
An error occurred. Please try again later.

Other ratings

Awaiting more reviews

Add a review

Edit a review

Your rating:
Stars and all fields are required
Not sure what to say? Start with this:
  • What kept you playing?
  • What kind of gamer would enjoy this?
  • Was the game fair, tough, or just right?
  • What’s one feature that really stood out?
  • Did the game run well on your setup?
不当内容。您的评论包含不良语言。 不当内容。不允许使用链接。 不当内容。内容包含乱码。 评论标题太短。 评论标题太长。 评论描述太短。 评论描述太长。
不知道该写什么?
筛选:

没有与您的要求相匹配的评论

使用语言
English Deutsch polski français русский 中文(简体) 其他人
作者
已验证所有者其他人
发布于
最近30天最近90天最近6月任何时间发售后早期访问期间

GOG Patrons who helped preserve this game
{{controller.patronsCount}} GOG Patrons

Error loading patrons. Please refresh the page and try again.

Delete this review?

Are you sure you want to permanently delete your review for TIS-100? This action cannot be undone.
您确定要永久删除您对 TIS-100 的评分吗?此操作无法撤销。

举报此评价

如果您认为此评价包含不当内容或违反了我们的社区准则,请告知我们原因。

其他详情(必填):

请至少提供 个字符。
请将您的详情限制在 个字符内。
哎呀!出错了。请稍后再试。

举报此评价

报告已成功提交。
感谢您帮助我们维护一个尊重和安全的社区。