TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Designing Zachtronics' TIS-100

97 pointsby csbrooksalmost 10 years ago

5 comments

archagonalmost 10 years ago
I love Zachtronics&#x27; games, but they&#x27;re kind of in the uncanny valley of gameplay for me. After a few hours, I start to wonder why I&#x27;m optimizing all these in-game circuits when I could be doing the same with my actual code! (On the other hand, they also make me realize how great Woz must have felt when he got Breakout down to just 44 chips.)<p>The performance comparisons to other players is a brilliant feature, though.
评论 #9690330 未加载
评论 #9690442 未加载
评论 #9692200 未加载
评论 #9689552 未加载
ansiblealmost 10 years ago
TIS-100 is way more pleasurable to program on than real hardware. It is so easy to debug! Everything is visible.<p>People accomplished great things back in the 8-bit era with the tools they had, but the stuff they do today with the same hardware is truly mind blowing. I attribute that at least partially to things like that C64 emulator [1] where you can just view all of the system&#x27;s memory during execution.<p>[1] <a href="http:&#x2F;&#x2F;icu64.blogspot.com&#x2F;2009&#x2F;09&#x2F;first-public-release-of-icu64frodo.html" rel="nofollow">http:&#x2F;&#x2F;icu64.blogspot.com&#x2F;2009&#x2F;09&#x2F;first-public-release-of-ic...</a>
obstinatealmost 10 years ago
This game is brilliant, in case you haven&#x27;t tried it. Also, it will teach you the true fury of stream programming with only twelve instructions and a single addressable register.
评论 #9691218 未加载
评论 #9689405 未加载
IsTomalmost 10 years ago
&gt; This game is kind of a throwback to the kinds of games I used to make<p>I think this is a very important part. Personally I enjoyed pre-spacechem games a lot (e.g. <a href="http:&#x2F;&#x2F;www.zachtronics.com&#x2F;the-codex-of-alchemical-engineering&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.zachtronics.com&#x2F;the-codex-of-alchemical-engineeri...</a>) because they were difficult and because they were very simple. Spacechem got grander and it was still fun, but for my simple tastes infinifactory isn&#x27;t bare enough.
watmoughalmost 10 years ago
This is neat, but you can do some real hacking on software with something like <a href="http:&#x2F;&#x2F;www.ollydbg.de&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ollydbg.de&#x2F;</a>
评论 #9690013 未加载