Hacker News new | ask | show | jobs
by bstar77 1460 days ago
I absolutely loved playing TIS-100 despite having no clue what a real world counterpart would be. It was really nice understanding the limitations of the system and then trying to be creative to solve problems. I got through 3/4 of the game before I lost my save (on my GoG version). I just re-bought it on steam for the cloud saves. Same thing happened to my ExaPunks save.
1 comments

The closest real-world thing would be something like The Connection Machine, which combined 64Ki processors in a hypercube. Individually, they had just a small amount of RAM for programs.

Today's GPUs are more about executing the exact same small program in a massively parallel way, and not individually programming each of the compute elements.

You know... it would be a fun project to make a TIS-100 in actual hardware on an FPGA or something. Actually, if you aren't the FPGA type, you could just write an emulator on an 8-bit microcontroller, and connect them all together. Bonus points for having each one with a display that shows its current execution state.