walaber #1 Posted June 10, 2015 I thought some members on this forum might not know about this and find it interesting. Zachtronics (creator of many super interesting PC puzzle games) has just released a new puzzle game called "TIS-100", which is all about solving puzzles through ASM programming on a made-up 80's computer system. As you play through the game you learn about the computer and who build it (and why). Here's the trailer for the game: https://www.youtube.com/watch?v=ZkUHGvy2pNU here's how they describe the game: 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! It even comes with a 14-page PDF manual that you're meant to print out and use as reference while you code your solutions to the puzzles 1 Quote Share this post Link to post Share on other sites
Zarek #2 Posted June 13, 2015 Wow, that looks really cool, especially given I'm investigating old school assembly language programming myself. Thanks for sharing! Quote Share this post Link to post Share on other sites
kaufenpreis #3 Posted December 17, 2015 I'm not entirely sure about game dev in assembly, but I do know that rollercoaster tycoon was made in assembly except for the parts to interface with windows and directx. My guess would be that you have to do something along those lines. Alternatively, make a game using ascii art? Quote Share this post Link to post Share on other sites
JohnH #4 Posted January 23, 2017 Just chiming in, an assembly game I've enjoyed a lot is Human Resource Machine. Quote Share this post Link to post Share on other sites
witchspace #5 Posted January 24, 2017 Oh yes this game is neat, played it all the way to the end. The parallel architecture with communicating, very limited nodes is quite interesting, and decidedly different from run-of-the-mill assembly programming. Quote Share this post Link to post Share on other sites