RATING / ESRB / A Created with Sketch. RATING / ESRB / E Created with Sketch. RATING / ESRB / E10 Created with Sketch. RATING / ESRB / M Created with Sketch. RATING / ESRB / T Created with Sketch.
RATING / PEGI / 12 Created with Sketch. RATING / PEGI / 16 Created with Sketch. RATING / PEGI / 18 Created with Sketch. RATING / PEGI / 3 Created with Sketch. RATING / PEGI / 7 Created with Sketch. icon_pin Created with Sketch.

SHENZHEN I/O

in der Bibliothek

4.5/5

( 41 Bewertungen )

4.5

41 Bewertungen

English & 1 weitere
14.9914.99
Warum bei GOG.COM kaufen?
DRM-FREI. Keine Aktivierung oder Internetverbindung zum Spielen erforderlich.
Sicherheit und Zufriedenheit. Kundendienst rund um die Uhr und volle Rückerstattungen für bis zu 30 Tage.
SHENZHEN I/O
Beschreibung
Build circuits using a variety of components from different manufacturers, like microcontrollers, memory, logic gates, and LCD screens. Write code in a compact and powerful assembly language where every instruction can be conditionally executed. Read the included manual, which includes over 30 pages...
Nutzerrezensionen

4.5/5

( 41 Bewertungen )

4.5

41 Bewertungen

{{ review.content.title }}
Details zum Produkt
2016, Zachtronics, ...
Systemanforderungen
Windows Vista / 7 / 8 / 10, 2.0 GHz, 4 GB RAM, Version 10, 450 MB available space...
Spiellänge
37 hHauptspiel
41.5 h Hauptspiel + Nebenquests
51.5 h Komplettist
45 h Alle Spielstile
Beschreibung
  • Build circuits using a variety of components from different manufacturers, like microcontrollers, memory, logic gates, and LCD screens.
  • Write code in a compact and powerful assembly language where every instruction can be conditionally executed.
  • Read the included manual, which includes over 30 pages of original datasheets, reference guides, and technical diagrams.
  • Get to know the colorful cast of characters at your new employer, 深圳龙腾科技有限公司 (Shenzhen Longteng Electronics Co., Ltd.), located in the electronics capital of the world.
  • Get creative! Design and test your own games and devices in the sandbox.
  • Engineering is hard! Take a break and play a brand-new twist on solitaire.

Zachtronics

Systemanforderungen
Mindestsystemanforderungen:
Warum bei GOG.COM kaufen?
DRM-FREI. Keine Aktivierung oder Internetverbindung zum Spielen erforderlich.
Sicherheit und Zufriedenheit. Kundendienst rund um die Uhr und volle Rückerstattungen für bis zu 30 Tage.
Spiellänge
37 hHauptspiel
41.5 h Hauptspiel + Nebenquests
51.5 h Komplettist
45 h Alle Spielstile
Spieldetails
Läuft auf:
Windows (7, 8, 10, 11), Linux (Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04), Mac OS X (10.9+)
Veröffentlicht:
{{'2016-11-17T00:00:00+02:00' | date: 'longDate' : ' +0200 ' }}
Entwickler:
Größe:
388 MB

Spielfunktionen

Sprachen
English
audio
text
中文(简体)
audio
text
Reihe Kaufen (5)
Kaufe alle Spiele dieser Serie. Falls du bereits ein Spiel aus der Serie besitzt, wird es deinem Warenkorb nicht hinzugefügt.
-20%76.9561.55
Zur Kasse
Das könnte dir auch gefallen
Nutzer, die diesen Titel gekauft haben, kauften auch
Nutzerrezensionen
Insgesamt hilfreichste Rezension

Posted on: March 3, 2017

dylanmc

Spiele: 351 Rezensionen: 4

Suspiciously close to having a job...

as a circuit designer in Shenzhen China. (well, I wouldn't know that, but that's how it feels). Each assignment you get is like a puzzle - use the weird/limited parts and space to build little gizmos. Get teased and abused by your co-workers. Curry favor with your boss by playing his daughter's amazing solitaire game. If you liked TIS-100, this is like a more polished / less abstract version of that, but also richer. You're not stuck with the same instruction set for each component, and it's less about routing and parallelism, and more about code (but there's still both layout and parallelism in play). The documentation is great, but you'll have to dedicate a fair amount of time to get proficient, and the learning curve is pretty steeep. Highly recommended for people who love to code (in assembly, and with wacky constraints) and solve puzzles.


Hilft dir das weiter?

Posted on: August 31, 2020

fade0ff

Bestätigter Besitzer

Spiele: 1221 Rezensionen: 83

Certainly not for everyone

As low level embedded programmer, I thought I'd be target audience, but it actually felt more like work than fun. It's actually much more rewarding to actually do some embedded project than wasting time in this masochistic simulation. Be aware that only 2.4% of players finished the main missions and 0.6% finished the bonus campaign. I understand that the cryptic task descriptions, totally lacking instructions and crippling limitations are part of the challenge, but the bizarre non-binary fantasy CPUs etc. are hard to bear for programmers and puzzle players won't like the programming. Admittedly, some parts of this remind of performing a layout, creating an algorithm or writing code, but everything is so weird and twisted that it's neither really fun nor educating. Even counting opcodes for raster line effects on a C64 is more fun than messing around with 1 or 2 registers, 9 or 14 instructions per CPU, without a stack, without any binary operations (shift/and/or). Normal IO ports can range from 0..100, "xbus" ports from -999 to 999 which results in weird things like a high level is "100" or moving "101" to a multiplexer creates 100,0,100. The "xbus" construct is not really a bus and a major PITA with its totally inconsistent "blocking" design. Due to these silly restrictions, you need to split everything on multiple CPUs causing all kind of blocking or timing issues that you'd never have even on the lowest end CPU from 1982. This forces you to create ugly hacks which teach you the opposite of proper design. My main gripe is that with the more complex puzzles, it's somewhat impossible to create a working design at first trial. Your initial design won't work due to some missing opcode, impossible connections or bus issues. Plus you need to reverse engineer the expected signals but you can't really examine them without a running system. The resulting multiple design cycles are exhaustive and frustrating. The best thing I can say is that the solitaire is pretty nice.


Hilft dir das weiter?

Posted on: March 14, 2017

Andrzejef

Bestätigter Besitzer

Spiele: 793 Rezensionen: 11

One of those

First things first, it's not the game for everyone, it's the one of "for geeks by geeks" - the ones that comes with tons of documentation. Also it forces the use of assembler based language, and some people might have problems with switching to low-level instruction thinking. But, if that doesn't scare you, nor does circuit theory you're right at home - or rather at work. As the game introduces the player to the mechanics, there is a feeling of evolution. You start with handful of parts, and are to construct simple circuits. As you progress more parts are unlocked. The game seems to be alive, you get mails from coworkers, even idiotic newsletter from HR. The circuit designer is very intuitive, plus first assignments are kind of tutorial, so you should have no problem with diving in. Prime example of easy to learn, hard to master. After finishing the assignment, you also get some nice graphs showing how well did you fare, considering 3 points - lines of code, power usage and actual cost. Also, the mounted in minigame, said solitare is ace, ideal for when you need a break, to stop seing impulses sent when you close your eyes. Very refreshing twist on freecell. And I'm not saying that just because her father is my boss :P To sum up, it's definitely not for everyone, but definitely worth its price, and definitely worth checking out. :)


Hilft dir das weiter?

Posted on: September 27, 2018

ErnestoAlvarez

Bestätigter Besitzer

Spiele: 192 Rezensionen: 9

Excellent game, but not for everyone

A very hard game intended only for programmer and engineering minded players. Think before buying, as the game is incredibly hard. On the other hand, it is incredibly satisfying to master as well. Shenzhen IO nominally provides 30 puzzles to be solved (plus an extra campaign of about 10 puzzles). However there is more than meets the eye. Solving the puzzles is hard, and solving the puzzles efficiently is even harder (and there are histograms comparing every submitted solution). Creating the best solutions (and if you like the game, you'll want to) can increase the play time by an order of magnitude. I have been at it for about a year (occasionally firing it up to solve a problem) and I've yet managed to do about 70% of the puzzles with optimal solutions. The game is good both for "casual" play (casual still being incredibly hard, but focusing on advancing the story) and for obsessive "gotta-catch-them-all" style, going for optimal solutions. Besides there is a sandbox mode in which you can simulate any device you want. There have been many wonderful projects done in the sandbox, with videos in Youtube. It's wonder that gives and keeps giving. 4 1/2 stars.


Hilft dir das weiter?

Posted on: March 11, 2017

disi

Bestätigter Besitzer

Spiele: Rezensionen: 35

Timekiller

I was waiting for this game since it got announced and didn't disappoint. As others mentioned, you puzzle with circuit boards and code. How you do things is up to you, there are probably hundreds of different solutions to each problem. The story is one thing I would like to mention. It is less dark or fantastic as in TIS-100 or Infinifactory (also great games), but you do get constant messages from your colleagues. There is Carl the psycho, the HR woman (forgot the name) and many more. Some of them have weird ideas and you help with out. As you progress, the company becomes more and more successful. We just made it into a group to take part in a much bigger and important project...


Hilft dir das weiter?

1
3
...
...
7

Ein Fehler ist aufgetreten. Bitte aktualisiere die Seite.

This game is waiting for a review. Take the first shot!
{{ item.rating }}
{{ item.percentage }}%
Noch keine Rezensionen
Ein Fehler ist aufgetreten. Bitte versuche es später noch einmal.

Andere Bewertungen

Noch keine Rezensionen

Deine Rezension hinzufügen

Deine Rezension bearbeiten

Deine Bewertung:
Sterne und alle Felder sind erforderlich
Du brauchst noch ein paar Ideen? Schau mal hier:
  • Was hat dich zum Weiterspielen bewegt?
  • Welcher Art von Spieler würde dieses Spiel gefallen?
  • War das Spiel fair, sehr schwer oder genau richtig?
  • Was ist ein Feature, das für dich wirklich herausstach?
  • Lief das Spiel flüssig auf deinem PC?
Unangemessener Inhalt. Ihre Bewertungen enthalten eine vulgäre Sprache. Unangemessener Inhalt. Links sind nicht erlaubt. Unangemessener Inhalt. Der Inhalt enthält Kauderwelsch. Der Titel der Bewertung ist zu kurz. Der Titel der Bewertung ist zu lang. Die Beschreibung der Bewertung ist zu kurz. Die Beschreibung der Bewertung ist zu lang.
Fragen zu deiner Rezension?
Filter:

Keine Bewertungen mit deinen Einstellungen vorhanden

Geschrieben auf
English Deutsch polski français русский 中文(简体) anderen
Geschrieben von
Bestätigte Besitzeranderen
Hinzugefügt
Letzte 30 TageLetzte 90 TageLetzte 6 Monate UnbeschränktNach VeröffentlichungWährend des Early Access

GOG Patrons who helped preserve this game
{{controller.patronsCount}} GOG Patrons

Error loading patrons. Please refresh the page and try again.

Diese Rezension löschen?

Bist du sicher, dass du deine Rezension für SHENZHEN I/O unwiderruflich löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.
Möchten Sie Ihre Bewertung für SHENZHEN I/O wirklich endgültig löschen? Diese Aktion kann nicht rückgängig gemacht werden.

Diese Rezension melden

Falls du der Meinung bist, dass diese Bewertung unangemessene Inhalte enthält oder gegen unsere Community-Richtlinien verstößt, teile uns bitte den Grund mit.

Zusätzliche Details (erforderlich):

Bitte gib mindestens Zeichen ein.
Bitte beschränke deine Angaben auf Zeichen.
Ups! Da ist etwas schiefgelaufen. Bitte versuche es später noch einmal.

Diese Rezension melden

Der Bericht wurde erfolgreich übermittelt.
Vielen Dank, dass du uns dabei hilfst, dass unsere Community sicher und respektvoll bleibt.