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.

Human Resource Machine

in der Bibliothek

4.3/5

( 46 Bewertungen )

4.3

46 Bewertungen

Deutsch, English & 16 weitere
Das Angebot endet am: 10/28/2025 15:59 EET
Angebot endet in: T S M S
14.997.49
Niedrigster Preis der letzten 30 Tage vor der Preisermäßigung: 4.94
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.
Human Resource Machine
Beschreibung
Human Resource Machine ist ein Rätselspiel für Nerds. In jedem Level gibt dir dein Boss eine neue Aufgabe. Automatisiere sie, indem du deine kleinen Angestellten programmierst. Wenn du Erfolg hast, wirst du befördert auf das nächste Level und darfst ein weiteres Jahr in dem riesigen Bürogebäude arbe...
Kritiker Bewertungen
33 %
Empfehlen
PC Gamer
75/100
We Got This Covered
4/5 stars
SelectButton
8/10
Nutzerrezensionen

4.3/5

( 46 Bewertungen )

4.3

46 Bewertungen

{{ review.content.title }}
Details zum Produkt
2015, Tomorrow Corporation, ...
Systemanforderungen
Windows XP or later, 1.5Ghz CPU, 1 GB RAM, graphics card that supports Shader Model 2.0 or greater...
Spiellänge
4 hHauptspiel
8 h Hauptspiel + Nebenquests
9.5 h Komplettist
7.5 h Alle Spielstile
Beschreibung
Human Resource Machine ist ein Rätselspiel für Nerds. In jedem Level gibt dir dein Boss eine neue Aufgabe. Automatisiere sie, indem du deine kleinen Angestellten programmierst. Wenn du Erfolg hast, wirst du befördert auf das nächste Level und darfst ein weiteres Jahr in dem riesigen Bürogebäude arbeiten. Glückwunsch!

Mach dir keine Sorgen, falls du vom Programmieren keine Ahnung hast - Programmieren ist wie Rätsel lösen. Ohne die ganzen Einsen und Nullen und diese komischen Klammern ist Programmieren etwas Simples, Schönes, Logisches und eine Sache, die jeder verstehen und genießen kann! Du kennst dich bereits damit aus? Dann gibt es Extra-Herausforderungen.

Hab Spaß! Das Management beobachtet dich.
  • Lerne, einen gigantischen Computer aus Menschen zu programmieren. Alles, was du wissen musst, wird dir vorher erklärt.
  • Du bist Experte? Jedes Level hält Optimierungsherausforderungen bereit - schwierige (und optionale) Tests, um herauszufinden, wie weit du mit deinen Lösungen die Programmgröße und Ausführungsgeschwindigkeit optimieren kannst.
  • Von den Machern von Little Inferno und World of Goo.

© 2015 Experimental Gameplay Group, LLC

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
4 hHauptspiel
8 h Hauptspiel + Nebenquests
9.5 h Komplettist
7.5 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.7.0+)
Veröffentlicht:
{{'2015-10-15T00:00:00+03:00' | date: 'longDate' : ' +0300 ' }}
Größe:
116 MB

Spielfunktionen

Sprachen
English
audio
text
Deutsch
audio
text
Dansk
audio
text
español
audio
text
français
audio
text
italiano
audio
text
magyar
audio
text
nederlands
audio
text
norsk
audio
text
polski
audio
text
Português do Brasil
audio
text
svenska
audio
text
Türkçe
audio
text
český
audio
text
русский
audio
text
中文(简体)
audio
text
日本語
audio
text
한국어
audio
text
Das könnte dir auch gefallen
Nutzer, die diesen Titel gekauft haben, kauften auch
Nutzerrezensionen

Posted on: August 12, 2020

alcuno

Spiele: 702 Rezensionen: 5

Don´t expect any programming

Pros - You will get a good idea about how low level programming (Assembler) works if you miss 90% of instructions. - Seeing optimization in action show several important facts about code optimization. ( e.g. that its there is a lot of things that you can optimize in your code - number of instructions, number of cycles, readability, ... ). And that it is hard / impossible and time consuming to optimize every aspect of code. - It will really make you appreciate high level programing. Cons - Its more fun to do some real programming. Conclusion: Not for everyone. Not about programming but scripting with small library of instructions. If you want to play programming simulation shenzhen_io may be more interesting.


Hilft dir das weiter?

Posted on: May 28, 2021

Mountainlake

Bestätigter Besitzer

Spiele: 282 Rezensionen: 2

Excellent introduction to programming

I'm a professional programmer with reasonable experience of low-level programming and I love this game. It finds a balance where it is easy enough for the kids to learn how a computer really works in an entertaining way and still challenging enough for me to complete all the optimizations and get full marks. The setting and corporate humor is also nice. There are minor things I don't like, for example you can SUB a character and a number without issues, but if you then try to ADD to get back the original value it fails with a message about mixing data types, but no game is perfect. I've tested it on Windows and Mac and both work without problems.


Hilft dir das weiter?

Posted on: February 19, 2018

Nearly perfect programming game

I just finished every puzzles but still need to optimize some. This is a great programming game with just two flaws: the programming interface and no sandbox mode. The programming interface has you picking and moving instructions with the mouse which is mostly fine, the thing is it ignores the keyboard completely, you can put comments in your code or label floor tiles (memory) but you have to draw what you want in them with the mouse, you cannot type it in. Another flaw is that complex program can be hard to follow because of the way the jump instructions are implemented: a line from the instruction to the destination. It's fine if you only have a few of jumps that do not cross eachother much but it can rapidly become a confusing mess. Liberal use of comments help (except for having to mousewrite them) but I wish the lines could be color coded and that we could decide on which side of the code to put each of them. The absence of a sandbox mode is just a tiny flaw, and the game would have gotten 5 stars from me if it was the only issue. I think any programmer can write their own HRM emulator if they want to. I enjoyed playing HRM very much and will now endeavour to optimize all my solutions that aren't yet.


Hilft dir das weiter?

Posted on: April 2, 2019

SaraB123

Bestätigter Besitzer

Spiele: 234 Rezensionen: 13

Glorious spaghetti!

This is a great little puzzle game for programmers or non-programmers alike. As others mentioned, the commands are few and fairly simple, but I found that this added to the optimization challenges. I was a COBOL programmer for many years, and this game reminds me of how useful paragraphs and performs can be - 'cuz you can't use them here (at least I haven't seen that option yet, and I'm 2/3 of the way through the game), and you end up with a big pile of 'spaghetti code'. I personally find the presentation friendly and delightful, and I would imagine that it would be a good introduction to coding for anyone curious about programming. Fun and engaging.


Hilft dir das weiter?

Posted on: September 1, 2018

Kitsune_Kinomi

Bestätigter Besitzer

Spiele: 147 Rezensionen: 6

An approchable glimps into computing.

Graphics: 55% I'm not a fan of Tomorrow corps athletic at all. I can see why some people really like it, but it really only clicked for me in World of Goo. It definitely conveys the themes they are trying to get across so I will give them that, but it's so dreary, depressing, and unsettlingly that I just can't get past it. It is the main reason I can't get into their games anymore. Sound: 35% Very light background music, one main jingle that I honestly couldn't tell apart from any other Tomorrow Corp game. It's a far cry from the World of Goo soundtrack... Gameplay: 75% This game is glorified Assembler challenges with a Tomorrow Corp coat of paint. That's not a bad thing, in fact, this is more fun and accessible then opening a programming book any day. If you've ever wondered about programming (at a very low level) or the limitations of all computers, give this game a whirl and you'll be shocked that we get anything done at all. Control: 75% The core is drag and drop programming, with an animated execution process. It makes it pretty simple so for those who don't want to keep a bunch of commands in their heads. I do like that the comments you can leave and variable names are sloppy and terrible because you have to write them out with the mouse. It's a nice touch. Story: 80% What's there is pretty fun. It's very light but gets its message across as always. If you're technically inclined you probably already know the message and laugh. Overall: 60% I had fun with it, even for a puzzle game I didn't get really that frustrated with it, although I suspect that has to do with my background in the subject matter. It's a very good game if your interestest in really understanding what's going on inside a computer, but the aesthetic just really drowns out most enjoyment I could really get from it.


Hilft dir das weiter?

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 Human Resource Machine unwiderruflich löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.
Möchten Sie Ihre Bewertung für Human Resource Machine 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.