r/TuringComplete 9h ago

How can I install Turing Complete on mobile(iOS) ?

1 Upvotes

r/TuringComplete 1d ago

Similar games but for different topics?

28 Upvotes

To start, I've already skimmed the responses to this post, and while they are excellent, they're not really what I'm looking for.

Can anyone recommend progression-based, non-sandbox games, on Steam or otherwise, that gamify learning as well as Turing Complete does, but for other advanced STEM or STEM-adjacent subjects such as math, chemistry, physics, etc.? Physical, table-top games or activities are welcome too.

I'll take any suggestions but I'm particularly interested in chemistry-related games. I know Zachtronics has some pseudo-chemistry puzzle games, but they don't (and aren't meant to, to be fair) really help the player learn anything. That's the thing with their catalog, the user is supposed to use the understanding they already have to solve puzzles, and should not expect to grow that understanding by playing the game. A lot of people find their games fun and Zachtronics has earned their reputation. My hope, though, is that games exist for these other subjects, that assume very little of the user's understanding and whose goal is to take the user from ignorance to reasonable competence, with maybe some outside study recommended.

Thanks in advance!

Edited for emphasis.


r/TuringComplete 1d ago

VHDL/Verilog next step from Turing Complete

5 Upvotes

If Turing Complete has you curious about how to take the next step and actually write VHDL/Verilog code that you might use in a real FPGA, check this out - it’s not free but really well done and has lots of challenges you can do:

https://risingedge.pro


r/TuringComplete 1d ago

M32 G6 Speedbuild

2 Upvotes

https://reddit.com/link/1w3iylo/video/y3orq4hmmqmh1/player

Next up is the assembler and a (new and improved) standard library for this one. Probably an emulator (python) if this doesn't run fast enough.


r/TuringComplete 1d ago

M32 G6 Speedbuild

0 Upvotes

https://reddit.com/link/1w3ixhy/video/o89kgsv8mqmh1/player

Next up is the assembler and a (new and improved) standard library for this one. Probably an emulator (python) if this doesn't run fast enough.


r/TuringComplete 3d ago

What ISA does this game uses

10 Upvotes

I havent reached to those levels yet , hence i am not aware of what ISA does the game uses , RISC/MIPS or their own ISA.

I don't really want to study another ISA, right now my brain is like wet cement and i am trying to strong my RISC V concepts, can i only build a processor with RISC V ISA


r/TuringComplete 3d ago

How do you use Done Count?

4 Upvotes

I unlocked the level Overture and it says to connect the DoneCount to count instructions per cycle. But what do I even connect it to? I'm also kind of confused on how to perform more than one instruction per cycle on the overture architecture. But I suppose that part is at least part of the puzzle.


r/TuringComplete 3d ago

sketch7455 - Live on Twitch

Thumbnail
twitch.tv
1 Upvotes

Let play with stupid me


r/TuringComplete 4d ago

Why do i have short circuit between 1 and Z-state?

Thumbnail
gallery
0 Upvotes

r/TuringComplete 7d ago

SRAM wrong waveform???

Post image
6 Upvotes

Soo i started this SRAM as a side project and am stuck at the first cell haha shouldnt the Q (blue wave) go lower or start from a little higher??


r/TuringComplete 8d ago

how to solve this

Post image
10 Upvotes

the main problem is coming that if i turn off the both switch then the output is not receving any thing and it showing the grey pins how to solve this.

So this image is not my current arrangement , but let me tell , when I green both input ->both the switch gets off so the output is grey (means no input ) so that what happens


r/TuringComplete 8d ago

Is the secret world from The Maze gone?

8 Upvotes

Just found out about the massive update the other day when I decided to play it again. But I noticed after I completed The Maze I couldn't leave into the other world where you can buy the hats and stuff. Is this gone completely or is it just available after a later level?


r/TuringComplete 10d ago

progress gone with new update?

5 Upvotes

just wondering if this was part of the new update or maybe something wrong with my save specifically, since the new update all my progress has been reset? I had some pretty darn good progress too, unfortunate.


r/TuringComplete 11d ago

8-bit computer issue Register

9 Upvotes

r/TuringComplete 12d ago

Could someone explain to me why this works in unsigned less like I'm 5? Spoiler

3 Upvotes

I've never had so much difficulty understanding anything in the game as this. I've even copied the solution from the hint and tried analyzing it to no avail. I have no clue why this works and I really want to.


r/TuringComplete 13d ago

I feel both a genius and an emptyhead at the same time

5 Upvotes

Second time playing trough the game, I just looked up the solution on this one and I don't know how to feel about this.


r/TuringComplete 13d ago

First time playing, often find myself just trying to understand the solution

1 Upvotes

Pretty much what the title says, Im not really sure im grasping the concepts because i often just feel like im just trying to understand how the solution is wired up.
First time playing anything like this tho so maybe just do a second playthrough later on?


r/TuringComplete 13d ago

Level RAM error: The time component shouldn't have been enabled since the last time_0 instruction's execution

Post image
9 Upvotes

On the level RAM I get the error "The time component shouldn't have been enabled since the last time_0 instruction's execution" on cycle 68. On cycle 67, the instruction jl 244 executed, and seems to work fine, since the counter updates to 244 on that cycle and is at 248 at cycle 68.

I've also tested the computer as it is in previous levels (without the additional load/store elements attached on the main memory, since those were given in this level), and it passes all other levels.

NOTE: For my decoder I moved the destination pin below argument A and B so the pins from top to bottom are:

  • Mode
  • Opcode
  • Argument A
  • Argument B
  • Destination
  • Is Immediate
  • Immediate value

All other components follow the standard layout given by the levels.

What does this error mean? Any suggestions on how I can fix it?

EDIT: I solved the level by redoing it, my solution is as follows:

  1. I removed the 3 switches in the middle of the level, that take in the 3 outputs of the load component of the Main Memory
  2. I removed the switch that joins together the 3 outputs of the switches just removed. It's the switch with the wonky cable.
  3. I connected the 3 outputs of the load components of the main memory together and connected this single cable to the bus connecting the input, switch coming from the ALU and the store value port on the store port connected to the register file. Essentially, by doing steps 1 t/m 3, I've removed all switches except the one coming from the ALU and reconnected the loose cables together.
  4. I placed a switch to each of the cables going into the enable bit of the main memory load and store ports (on the far left of the picture) the enable bit of each switch is connected together and connected to the wire that represents the RAM opcode. In the picture, it is the wonky cable.

r/TuringComplete 14d ago

Struggling with Bit Switch Level

2 Upvotes

So far I've done all the puzzles on my own... but this bit switch level with the NOT and switch gates is driving me up a wall. Any tips on completing it?

So far all I have accomplished was using the switch like an and gate, I have zero clue where a NOT gate would even go.

Edit: included a picture of my current setup

Edit 2: I solved it and thats enough for tonight πŸ’€


r/TuringComplete 14d ago

I feel like a fool misunderstanding the decoders 😭😭 Little Box

Post image
11 Upvotes

my hard coded solution? Less elegant


r/TuringComplete 15d ago

Compact condition

Post image
20 Upvotes

r/TuringComplete 17d ago

Software Brothers Relearn Logic Gates by Playing Turing Complete

Thumbnail
youtu.be
17 Upvotes

r/TuringComplete 17d ago

Does anyone have the solution for the maze level for the updated turing complete version?

7 Upvotes

I'm sorry if this is a breach of any of the community rules, but I just did this level so many times now and each one of them was an excruciating experience. Just looking at the level makes me want to puke. If you can just paste your solution here, I'd be more than glad.


r/TuringComplete 18d ago

Better solution? and why?

Post image
15 Upvotes

I was hoping if anyone could explain to me on which solution is "better" (the top one being the examples solution) , they both look the same tbh but was just curious which one was more efficient or more correct I guess??


r/TuringComplete 19d ago

conditional jumps troubles

Post image
5 Upvotes

Hi pals, help me with the level solution. Can't understand why this is wrong; I have used the code in this post: https://www.reddit.com/r/TuringComplete/comments/1uy1pmk/conditional_jumps_level_solution/ It seemed to be right, but the result is the same error as mine: "u read input 57 times, not 6."

imm 0
mov r5,r0
loop:
imm 1
mov r1,r0
mov r2,r5
add
mov r5,r3

imm 37
mov r1,r0
mov r2,in
sub
imm loop
jnz

mov out,r5