Compara los precios de SHENZHEN I/O en tiendas de claves de confianza y encuentra la mejor oferta. Desarrollado por Zachtronics. Publicado por Zachtronics. Lanzado el 17/11/2016. Disponible en PC, Mac, Linux. Géneros: Indie, Simulation.

Read the manual or stay unemployed: SHENZHEN I/O is a brutally honest programming-puzzle game that will make you feel like a genius when it clicks, and a fraud until it does.

My first hour with SHENZHEN I/O ended with a 41-page PDF open on my second monitor and genuine respect for anyone who works in embedded systems for a living. Zachtronics built this as a spiritual successor to TIS-100, and where that game handed you a salvaged 1980s machine as an excuse for its austerity, SHENZHEN I/O drops you into a near-future Shenzhen electronics firm with a full cast of coworkers, a corporate email chain, and absolutely zero hand-holding on the actual engineering. The premise is simple: you are a new hire at Shenzhen Longteng Electronics, and clients need circuits built. The execution is anything but simple. Each assignment gives you a canvas on which to place components - microcontrollers, memory chips, logic gates, LCD screens - and wire them together. Then you write code for each microcontroller in a fictional assembly language that borrows heavily from real low-level programming. The smaller microcontroller holds nine instructions, the larger holds fourteen. Every instruction can be conditionally executed using a sleep/test register pair, which means the language is tiny but the decision space is enormous. After you get a solution passing all its test cases, the game shows you a histogram comparing your circuit cost, power consumption, and line count against every other player's solution. That histogram will immediately make you want to rebuild everything from scratch - and that compulsive optimization loop is where most of the serious hours go. Here is the honest pitch for players who are not professional programmers: the game does not actually require prior embedded-systems knowledge. The assembly language is invented specifically for the title and the datasheets in the PDF manual cover everything you need. What it does require is patience with documentation and comfort sitting with an unsolved problem for a while. The early assignments ramp up sensibly - a simple LED controller, a signal timer - and by the time the puzzles get genuinely nasty, you have enough vocabulary to attack them. The community consensus after years of play is that the difficulty is steep but fair, and the satisfaction of cracking a stubborn puzzle is proportional to how long it resisted you. A noted criticism, however, is that late-game puzzles force solutions tight enough that clean, principled code becomes impossible - you end up writing hacks that would fail any code review, which sits uncomfortably against the quasi-realistic framing. Some players find that thrilling; others find it philosophically irritating. Beyond the main campaign, there is a bonus campaign added post-launch with eleven harder puzzles and a math co-processor component, a sandbox mode for building your own devices and games using Lua scripts, Steam Workshop support for sharing custom challenges, and a built-in Mahjong-themed solitaire variant for decompressing between headache-inducing assignments. The narrative layer - delivered entirely through office emails from quirky colleagues - is light but genuinely funny. One assignment has you designing a vape pen for a musician client who subsequently gets arrested; another has a coworker pitching "ghost electronics" using chips of unknown origin. It never becomes a story in the traditional sense, but it gives the puzzle progression a dry, deadpan personality that fits the whole premise perfectly. The one persistent usability complaint worth flagging: on smaller displays, the text is eye-strainingly small and there are limited scaling options, which is a real friction point on laptops. For anyone who already loved TIS-100, SpaceChem, or any other Zachtronics title, this is the most accessible entry point in the lineup - better UI, more character, and a more grounded setting. For a complete newcomer to the genre, the commitment required is real, but the reward structure is designed around that investment. Open the manual, treat the first few puzzles as tutorial content whether the game calls them that or not, and give it four or five sessions before judging the difficulty curve. The histogram alone will keep you returning for one more optimization pass long after the campaign is finished. Diego, Scout Team

SHENZHEN I/O

SHENZHEN I/O

17 nov 2016Zachtronics
GamerScout opina

Read the manual or stay unemployed: SHENZHEN I/O is a brutally honest programming-puzzle game that will make you feel like a genius when it clicks, and a fraud until it does.

PCMacLinux
Steam Deck PlayableProtonDB Platinum
Mejor precio disponible
4,40 €
en Kinguin
Mínimo registrado: 4,39 €
Sigue este precio

Veredicto de GamerScout

Worth every frustrated hour for puzzle players who can commit to reading documentation before touching the circuit board.

Comparar precios(5 tiendas)

KinguinMejor precio
StandardGlobalSteam KeyClave
4,40 €
La tienda fija el precio en EUR
Comprar
StandardEuropa (UE)Steam KeyClave
4,65 €
La tienda fija el precio en EUR
Comprar
StandardEuropa (UE)Steam KeyClave
4,71 €
La tienda fija el precio en EUR
Comprar
StandardGlobalSteam KeyClave
4,73 €
La tienda fija el precio en EUR
Comprar
StandardGlobalSteam KeyClave
4,93 €-67%
La tienda fija el precio en EUR
Comprar
StandardGlobalSteam KeyClave
14,99 €
La tienda fija el precio en EUR
Comprar
StandardGlobalSteam KeyCopia de regalo
19,32 €
La tienda fija el precio en EUR
Comprar
StandardEuropa (UE)Steam KeyCopia de regalo
19,66 €-12%
La tienda fija el precio en EUR
Comprar

Todas las tiendas de esta tabla nos dan el precio en euros, así que la cifra en EUR es el precio que fijó el vendedor, no un cálculo nuestro, y por eso EUR es también la moneda en la que calculamos el ranking. Solo incluimos aquí una oferta cuando la tienda nos da su precio en euros, de modo que ninguna cifra de esta tabla es inventada por nosotros.

Elige USD, PLN, GBP, CAD o AUD en la cabecera y convertimos desde EUR con el tipo de cambio de referencia del Banco Central Europeo — los importes convertidos llevan el prefijo ~. Tu banco o la tienda pueden aplicar un tipo distinto al pagar. Nunca ocultamos ofertas según dónde estés: todo el mundo ve esta tabla completa.

We may earn a commission when you buy games through links on this page — at no extra cost to you. It never affects our rankings or verdicts.

Historial de precios

Mínimo registrado
4,39 €1 ago 2026
Mejor precio actual
4,40 €
Tiendas de claves
4,35 €4,48 €4,60 €4,73 €10 Jun27 Jun13 Jul30 Jul15 Aug
10 jun — 15 ago
Crear alerta

Capturas y multimedia

Acerca de SHENZHEN I/O

My first hour with SHENZHEN I/O ended with a 41-page PDF open on my second monitor and genuine respect for anyone who works in embedded systems for a living. Zachtronics built this as a spiritual successor to TIS-100, and where that game handed you a salvaged 1980s machine as an excuse for its austerity, SHENZHEN I/O drops you into a near-future Shenzhen electronics firm with a full cast of coworkers, a corporate email chain, and absolutely zero hand-holding on the actual engineering. The premise is simple: you are a new hire at Shenzhen Longteng Electronics, and clients need circuits built. The execution is anything but simple. Each assignment gives you a canvas on which to place components - microcontrollers, memory chips, logic gates, LCD screens - and wire them together. Then you write code for each microcontroller in a fictional assembly language that borrows heavily from real low-level programming. The smaller microcontroller holds nine instructions, the larger holds fourteen. Every instruction can be conditionally executed using a sleep/test register pair, which means the language is tiny but the decision space is enormous. After you get a solution passing all its test cases, the game shows you a histogram comparing your circuit cost, power consumption, and line count against every other player's solution. That histogram will immediately make you want to rebuild everything from scratch - and that compulsive optimization loop is where most of the serious hours go. Here is the honest pitch for players who are not professional programmers: the game does not actually require prior embedded-systems knowledge. The assembly language is invented specifically for the title and the datasheets in the PDF manual cover everything you need. What it does require is patience with documentation and comfort sitting with an unsolved problem for a while. The early assignments ramp up sensibly - a simple LED controller, a signal timer - and by the time the puzzles get genuinely nasty, you have enough vocabulary to attack them. The community consensus after years of play is that the difficulty is steep but fair, and the satisfaction of cracking a stubborn puzzle is proportional to how long it resisted you. A noted criticism, however, is that late-game puzzles force solutions tight enough that clean, principled code becomes impossible - you end up writing hacks that would fail any code review, which sits uncomfortably against the quasi-realistic framing. Some players find that thrilling; others find it philosophically irritating. Beyond the main campaign, there is a bonus campaign added post-launch with eleven harder puzzles and a math co-processor component, a sandbox mode for building your own devices and games using Lua scripts, Steam Workshop support for sharing custom challenges, and a built-in Mahjong-themed solitaire variant for decompressing between headache-inducing assignments. The narrative layer - delivered entirely through office emails from quirky colleagues - is light but genuinely funny. One assignment has you designing a vape pen for a musician client who subsequently gets arrested; another has a coworker pitching "ghost electronics" using chips of unknown origin. It never becomes a story in the traditional sense, but it gives the puzzle progression a dry, deadpan personality that fits the whole premise perfectly. The one persistent usability complaint worth flagging: on smaller displays, the text is eye-strainingly small and there are limited scaling options, which is a real friction point on laptops. For anyone who already loved TIS-100, SpaceChem, or any other Zachtronics title, this is the most accessible entry point in the lineup - better UI, more character, and a more grounded setting. For a complete newcomer to the genre, the commitment required is real, but the reward structure is designed around that investment. Open the manual, treat the first few puzzles as tutorial content whether the game calls them that or not, and give it four or five sessions before judging the difficulty curve. The histogram alone will keep you returning for one more optimization pass long after the campaign is finished.

Diego
Diego · Scout Team

Strategy & simulation

Etiquetas

singleplayerachievementsworkshopcloud-savestier:sub-5Assembly ProgrammingCircuit DesignOptimization PuzzlesZach-likeManual RequiredHistogram ScoringSandbox ModePost-launch ContentLua Scripting

Requisitos del sistema

Mínimos

OS
Windows Vista / 7 / 8 / 10
Memory
4 GB RAM
DirectX
Version 11
Storage
450 MB available space
Graphics
1366 x 768
Processor
2.0 GHz

Recomendados

OS
Windows Vista / 7 / 8 / 10
Memory
4 GB RAM
DirectX
Version 11
Storage
450 MB available space
Graphics
1920 x 1080
Processor
2.0 GHz

Sigue explorando

Community Discussion

Be the first to comment on SHENZHEN I/O.

Reseñas y valoraciones

No hay valoraciones disponibles

Información del juego

Desarrolladora
Zachtronics
Distribuidora
Zachtronics
Fecha de lanzamiento
17 nov 2016

Alerta de precio

¡Recibe un aviso cuando el precio baje de tu objetivo!

Crear alerta
Mejor precio4,40 €
Ver oferta

En los 21.266 juegos que seguimos, una clave verificada fue más barata que la tienda oficial el 92% de las veces. Consulta el método y las cifras completas en nuestro informe de precios de juegos.

¿Sin tarjeta? Paga de otra forma

Recarga tu saldo de Steam o compra crypto con cualquier tarjeta — entrega instantánea, sin cuenta bancaria.

Más de Zachtronics

Compra mejor: guías útiles

¿Buscas más? Mira juegos como SHENZHEN I/O →

Preguntas frecuentes sobre SHENZHEN I/O

¿Cuánto cuesta SHENZHEN I/O?

A 15 de agosto de 2026, la oferta más barata disponible de SHENZHEN I/O es €4.40 en Kinguin, de entre 8 ofertas activas que seguimos en tiendas de claves verificadas. Los precios cambian a diario — la tabla de esta página se actualiza continuamente.

¿Dónde puedo comprar SHENZHEN I/O más barato?

El precio más bajo disponible que seguimos para SHENZHEN I/O es €4.40 en Kinguin (15 de agosto de 2026). Comparamos 8 ofertas activas de tiendas de claves verificadas — la tabla completa con cada tienda y su puntuación de confianza está en esta página.

¿En qué plataformas está disponible SHENZHEN I/O?

SHENZHEN I/O está disponible en PC, Mac, Linux.

¿Cuándo se lanzó SHENZHEN I/O?

SHENZHEN I/O se lanzó el 17 de noviembre de 2016.

¿Quién desarrolló SHENZHEN I/O?

SHENZHEN I/O fue desarrollado por Zachtronics.