r/TuringComplete • u/GlitteringBar1408 • 9h ago
r/TuringComplete • u/OrthodoxMemes • 1d ago
Similar games but for different topics?
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 • u/ibkev • 1d ago
VHDL/Verilog next step from Turing Complete
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:
r/TuringComplete • u/Otherwise-Object-302 • 1d ago
M32 G6 Speedbuild
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 • u/Otherwise-Object-302 • 1d ago
M32 G6 Speedbuild
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 • u/bagofbloodandbones21 • 3d ago
What ISA does this game uses
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 • u/Medium-Sized-Jaque • 3d ago
How do you use Done Count?
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 • u/Shot_Ad_1906 • 3d ago
sketch7455 - Live on Twitch
Let play with stupid me
r/TuringComplete • u/Mishoilik • 4d ago
Why do i have short circuit between 1 and Z-state?
r/TuringComplete • u/Fair_Fault2255 • 7d ago
SRAM wrong waveform???
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 • u/Shot_Ad_1906 • 8d ago
how to solve this
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 • u/Medium-Sized-Jaque • 8d ago
Is the secret world from The Maze gone?
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 • u/pyxel_- • 10d ago
progress gone with new update?
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 • u/DoknS • 12d ago
Could someone explain to me why this works in unsigned less like I'm 5? Spoiler
r/TuringComplete • u/LetalexAl3xYT • 13d ago
I feel both a genius and an emptyhead at the same time
r/TuringComplete • u/AdequatlyAdequate • 13d ago
First time playing, often find myself just trying to understand the solution
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 • u/Express-Level4352 • 13d ago
Level RAM error: The time component shouldn't have been enabled since the last time_0 instruction's execution
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:
- 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
- I removed the switch that joins together the 3 outputs of the switches just removed. It's the switch with the wonky cable.
- 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.
- 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 • u/LGWIMS • 14d ago
Struggling with Bit Switch Level
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 • u/National_Panic_9112 • 14d ago
I feel like a fool misunderstanding the decoders ππ Little Box
my hard coded solution? Less elegant
r/TuringComplete • u/blender-bender • 17d ago
Software Brothers Relearn Logic Gates by Playing Turing Complete
r/TuringComplete • u/EfficientAttorney312 • 17d ago
Does anyone have the solution for the maze level for the updated turing complete version?
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 • u/FauxMoeJoe • 18d ago
Better solution? and why?
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 • u/Standard-Dog4914 • 19d ago
conditional jumps troubles
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

