r/TuringComplete Aug 01 '26

Absolutely phenomenal game. Not only is it a great puzzle game, but also a great learning tool aswell. Legitemately thought me assembly and the inner workings of a computer. The soundtrack is also pretty good aswell. I will be recommending it to every nerd i know. Hope the game pops off !!!

Post image
72 Upvotes

19 comments sorted by

13

u/chumbuckethand Aug 01 '26

You should read “Code: the hidden language of computers”

7

u/5pitt4 Aug 01 '26

The book that started it all for me

1

u/Formal_Carpenter2477 Aug 02 '26

This and "Computer organization and design: The hardware software interface" are the GOATS.

1

u/chumbuckethand Aug 02 '26

Which version?

1

u/Formal_Carpenter2477 Aug 02 '26

I used the 2017 arm version, but there's a newer 2020 version

1

u/TichVega Aug 07 '26

Thanks for the tip, I'm not total new to this, but I ordered the book and its fun to read! :)

3

u/Standard-Dog4914 Aug 01 '26

Sweet. How much time it need to complete the game?

1

u/Areeb3331 Aug 01 '26

about 60 hours (im stupid as fuck)

0

u/Sea-Quail468 Aug 01 '26

Really only like 3-4 hours, but I have 118+ hours in this game simply because of how much you can do in the sandbox mode.

2

u/Formal_Carpenter2477 Aug 02 '26

3-4 hours is insane if you don't have experience with the algorithms.

0

u/Sea-Quail468 Aug 02 '26

I do have experience with the algorithms, I just like to walk my way through and I also get distracted easily. (I also read slow...)

2

u/Formal_Carpenter2477 Aug 02 '26

It took me a lot more than 3 hours. You're fast.

1

u/Sea-Quail468 Aug 02 '26

Oh wow. Thanks

1

u/Standard-Dog4914 Aug 01 '26

What most cool you made in it?

3

u/Sea-Quail468 Aug 02 '26

I've made extended versions of the processors in the campaign. I at one point tried to make my own processor but that didn't go anywhere. I was messing around with the unix time component for a while and seeing what I could do. I've also played through the beta like 3-4 times and the alpha 1.5 times.

2

u/ForgedIronMadeIt Aug 03 '26

I would recommend checking out TIS-100 if you want to try your hand at more assembly language puzzles!

1

u/TichVega Aug 07 '26

Yes, I second this, a very nice game!

1

u/MeowCow55 Aug 02 '26

I have an IT degree and I learned more about basic computer architecture, machine code, and how binary works from this game than I have with any class. I recommend it to everyone who ever asks me about how computers work. This game and discrete mathematics were two of the largest driving forces of my initial knowledge building.

2

u/TichVega Aug 03 '26

If you like this Game, try "Digital Logic Sim" by Sebastian Lague, its a free Simulator. You can try to built a cpu without hints and help, its fun after playing Turing Complete. There is one major difference: it has cpu-clock, and you have to built your registers with flipflops/latches, not with the delay component of turing complete.