Turing Complete
Playing now
326−82 vs. yesterday
42%of peak
All-time peak
78013 Sep 2026
Playing now
326−82 vs. yesterday
All-time peak
78013 Sep 2026
| Published | Kind | Announcement | Build |
|---|---|---|---|
| Major update | Breaking update upcoming The new version of Turing Complete will arrive very soon. It includes new features such as 100x faster simulation speed, support for variable width components, a powerful new assembler system and much more. Unfortunately, the saves of the new version are incompatible with the saves of the old version. You can choose to stay on the old version of the game, if you are in the middle of the campaig… | — | |
| Game update | Turing Complete 2.0 status update I have been holding out on writing a new post until the 2.0 patch was finished, but it has been too long, so here is a status update. The good news is that you can play the 2.0 alpha already. Right click on the game in your steam library, click on properties and then channels and select "save_breaker". Do note though that there are A LOT of breaking changes, so you might want to back up your sa… | — | |
| Game update | Where is the patch? A lot of really hard work has gone into the next upcoming patch. It has taken a long time to get this one ready though (and it still isn't done yet), so some new players are asking if the game is abandoned. It certainly isn't! Here is a quick preview of what is going on behind the scenes: | — | |
| Game update | Verilog export added This update brings a verilog exporter to the game. Verilog is an industry standard hardware description language. With your favorite architecture exported to verilog format, you can theoretically simulate it with other simulators, simulate it on an FPGA (basically circuit simulation hardware) and presumably even get it produced as a chip if you can afford it. However if you are excited to try t… | 9481313 | |
| Game update | Update note Color blind mode was finally added. The red "OFF" color is replaced by purple, since green / purple should be differentiable for all major forms of colorblindness. Also the purple is brighter so it can be distinguished from contrast as well. Color blind mode can be enabled it in the options menu. If you have colorblindness, let me know how well it works! | 9149938 | |
| Game update | The schematic hub is live Check out the schematic hub, it is finally live and there are already a few really cool things uploaded. Players who have 10 total upvotes or more between all their uploads on the 10th of August will get a badge on their profile. | 9097529 | |
| In-game event | Upcoming new feature - Schematics hub It is finally time to add the feature that I have earlier referred to as "sharing". This will be in the form of an in game interface called the Schematics Hub, where players will be able to upload architectures or custom components and explore what others have uploaded. Players will be able to upvote, downvote or comment on other architectures and custom components. You can expect this update w… | — | |
| Game update | New soundtrack! New music Turing Complete now has a new synthwave soundtrack. As with all music, not everyone is going to like it but I personally can't stop listening to it! You can also find it on Spotify: Progress towards sharing Meanwhile work towards in-game sharing is continuing. Mostly I have been tying up loose ends (like translation) and trying to get to a stable set of components in the game. The goa… | 8812037 | |
| Game update | Patch notes The following was done since the realism patch 3 weeks ago: - Fixed levels, scores, achievements and other things that were broken as a result of the realism patch. - 16 bit and 32 bit components were introduced, as well as a 2 bit decoder and word sized NAND, NOR and XNOR. - The component menu was reworked which was needed to accommodate all the new components. Custom components in the menu ar… | 8589151 | |
| In-game event | Embracing realism and short term roadmap For a while now I have been working on removing some of the common critiques people had regarding the realism of the game. The main changes have been adding latches and the big change you can watch explained in this video. It is in a video format, because I wanted to explain the changes thoroughly and I fear the blog post would have been too long. Because I wanted to announce this large change… | — | |
| Game update | Patch notes Components now have to be connected to an input to simulate. Watched state had a major upgrade. In the component factory, use a "Watchable state" component to decide what state should be exposed on the custom component. This also adds a state indicator visually on the component. With this you can watch multiple different states inside a custom component or watch deeply nested state. You will ha… | — | |
| Game update | Console and FileRom have been added This patch brings the file rom, while the console was added a few days ago. The console is the first of a couple of display components that are planned. It allows you to print colored characters to a 80x24 display. You can use this for displaying text, creating games or video. The file ROM loads bytes from any file on your computer. This can for example be used for importing large amounts of da… | 7961857 | |
| Game update | Introducing the Delay Buffer A new idea was suggested which was just too good not to adopt. Instead of having the 1 bit memory be the basis for all memory, it is now a new delay buffer component. All the delay buffer does is take an input and output it the next tick. First of all, this is a good candidate for the simplest possible memory component, which is where we should start. Secondly, it lets the game introduce memory… | 7945260 | |
| Game update | Refactoring patch complete This patch completely reworks how simulation of schematics work. This should increase simulation speed, fix random crashes from a memory leak and a race condition and make UI components work in fast simulation mode. This might not sound too exciting, but soon I will add more screen components (the old one doesn't work now and will be removed), a new keyboard component, file and networking compo… | 7933069 | |
| Community | A debrief and the road ahead Debrief The original plan to have a "soft launch" of this game and scale up the player base slowly completely failed. Believing that games don't become popular without at least a bit of marketing, I thought I was well prepared when the game launched. With a handful of active beta testers, I wasn't aware of any bugs or anything I urgently needed to change, but with a high launch discount 500 pla… | — | |
| Game update | New save system and how to fix missing IO components The save menu has been upgraded with the following features: - Folder support - Use filenames up to 45 characters - Add descriptions to your schematics - Rename custom components without having them disappear in your architectures - Get a warning before deleting custom components that are also in architectures Soon to come will be allowing nested components in the component factory. Also a bug… | 7671395 | |
| Game update | 0.158 Beta WASD movement New Byte Expander and Byte Compressor that shows signed 8th bit A bunch of minor improvements to make the early game more accessible And a few bug fixes | 7534831 | |
| Game update | Fixes performance drops in long play sessions Some of you have been building large circuits and have been complaining that frame rates started to drop after playing for a while. This patch should fix that. | 7524978 | |
| Game update | Custom component link moved This patch contains lots of little updates I want to get out there, but I wanted to give a heads up about the following: The link from architectures to custom components is now found in the custom component panel. So click on the custom component you want to edit, then click on the wrench in the upper right corner. (Note it doesn't actually take you to the same schematic as the custom component… | 7508466 | |
| Game update | Moved decoder level In this patch the decoder level was changed and moved to an earlier more natural place. Your old decoder solution will still work but some of it might be outside the level boundaries. If this bothers you, just create a new circuit and solve it again. Also I apologize for deleting the byte subtractor component the other day without a prior heads up, since it must have broken some players circuit… | 7492666 | |
| Game update | Changes to the level map The player base grew by 100x over night so lately there has been a lot quick hot fixes for game breaking bugs. Those were uploaded as soon as I could. In this patch though, you will likely notice that layout of the level map has changed in the following ways: - The level architecture level "Output Bit" was removed - The early game level "Double Trouble" was added to make "Counting Signals" easi… | 7481521 | |
| Community | Get ready for early access! I am extremely proud to announce that Turing Complete will soon reach a new milestone, we are about ready for early access! This comes after a huge amount of work, half of which has probably been iterating on level design. "Just" making a good puzzle game is probably difficult enough, but I feel like it has been difficult squared to build a puzzle game that is good enough to stands on its own,… | — |
Announcements are the developer’s own posts to the game’s Steam news feed: updates and their patch notes, in-game events, releases and sales. The important ones are marked on the players chart.