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

Bibliothèque

4.3/5

( 46 Avis )

4.3

46 Avis

français, English & 16 de plus
L'offre prend fin le: 10/28/2025 15:59 EET
L'offre prend fin dans: j h m s
14.997.49
Prix ​​le plus bas depuis 30 jours avant réduction: 4.94
Pourquoi acheter sur GOG.com ?
SANS DRM. Aucune activation ou connexion en ligne requise pour jouer.
Satisfaction et sécurité. Excellent support client 24/7 et remboursement complet jusqu'à 30 jours.
Human Resource Machine
Description
Human Resource Machine est un jeu de casse-tête destiné aux nerds. Dans chaque niveau, votre patron vous assigne une tâche. Automatisez-la en programmant votre petit employé. Si vous réussissez, vous serez promu au niveau suivant pour une nouvelle année de travail dans cet immense gratte-ciel. Félic...
Avis des critiques
33 %
Recommander
PC Gamer
75/100
We Got This Covered
4/5 stars
SelectButton
8/10
Notes des utilisateurs

4.3/5

( 46 Avis )

4.3

46 Avis

{{ review.content.title }}
Détails du produit
2015, Tomorrow Corporation, ...
Configuration du système requise
Windows XP or later, 1.5Ghz CPU, 1 GB RAM, graphics card that supports Shader Model 2.0 or greater...
Time to beat
4 hMain
8 h Main + Sides
9.5 h Completionist
7.5 h All Styles
Description
Human Resource Machine est un jeu de casse-tête destiné aux nerds. Dans chaque niveau, votre patron vous assigne une tâche. Automatisez-la en programmant votre petit employé. Si vous réussissez, vous serez promu au niveau suivant pour une nouvelle année de travail dans cet immense gratte-ciel. Félicitations !

Si vous n'y connaissez rien en programmation, pas de panique : il ne s'agit ici que de résoudre des énigmes. Si l'on omet tous les 1, les 0 et les accolades, la programmation c'est simple, c'est logique, c'est beau et c'est à la portée de tous pour un maximum de fun ! Vous êtes déjà expert en la matière ? Des défis supplémentaires vous attendent.

Amusez-vous bien ! Les RH vous ont à l'œil.
  • Apprenez à programmer dans un ordinateur géant composé d'humains. On vous enseignera tout ce qu'il faut savoir.
  • Vous vous y connaissez déjà ? Chaque niveau est doté de Défis d'optimisation, des défis difficiles (et optionnels) qui testent la capacité de vos solutions à optimiser la taille des programmes et la vitesse d'exécution.
  • Par les créateurs de Little Inferno et World of Goo.

© 2015 Experimental Gameplay Group, LLC

Configuration du système requise
Configuration minimale requise :
Pourquoi acheter sur GOG.com ?
SANS DRM. Aucune activation ou connexion en ligne requise pour jouer.
Satisfaction et sécurité. Excellent support client 24/7 et remboursement complet jusqu'à 30 jours.
Time to beat
4 hMain
8 h Main + Sides
9.5 h Completionist
7.5 h All Styles
Détails sur le jeu
Fonctionne sur :
Windows (7, 8, 10, 11), Linux (Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04), Mac OS X (10.7.0+)
Sorti le :
{{'2015-10-15T00:00:00+03:00' | date: 'longDate' : ' +0300 ' }}
Taille :
116 MB
Liens :


Langues
English
audio
texte
français
audio
texte
Dansk
audio
texte
Deutsch
audio
texte
español
audio
texte
italiano
audio
texte
magyar
audio
texte
nederlands
audio
texte
norsk
audio
texte
polski
audio
texte
Português do Brasil
audio
texte
svenska
audio
texte
Türkçe
audio
texte
český
audio
texte
русский
audio
texte
中文(简体)
audio
texte
日本語
audio
texte
한국어
audio
texte
Vous aimerez surement
Les utilisateurs ont également acheté
Notes des utilisateurs

Posted on: August 12, 2020

alcuno

Jeux: 702 Avis: 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.


Trouvez-vous ce commentaire utile ?

Posted on: May 28, 2021

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.


Trouvez-vous ce commentaire utile ?

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.


Trouvez-vous ce commentaire utile ?

Posted on: April 2, 2019

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.


Trouvez-vous ce commentaire utile ?

Posted on: September 1, 2018

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.


Trouvez-vous ce commentaire utile ?

Quelque chose n'a pas fonctionné correctement. Essayez de rafraichir la page.

This game is waiting for a review. Take the first shot!
{{ item.rating }}
{{ item.percentage }}%
En attente d'autres avis
Une erreur s'est produite. Veuillez réessayer plus tard.

Autres notes

En attente d'autres avis

Ajouter un avis

Modifier un avis

Votre note :
Les étoiles et tous les champs sont obligatoires
Vous ne savez pas quoi dire ? Commencez par ceci :
  • Qu'est-ce qui vous a fait continuer à jouer ?
  • Quel type de joueur apprécierait cela ?
  • Le jeu était-il juste, difficile ou carrément parfait ?
  • Quelle est la caractéristique qui vous a le plus marqué ?
  • Le jeu fonctionnait-il bien sur votre configuration ?
Contenu inapproprié. Vos commentaires contiennent un langage grossier. Contenu inapproprié. Les liens ne sont pas autorisés. Contenu inapproprié. Le contenu contient du charabia. Le titre de l'avis est trop court. Le titre de l'avis est trop long. La description de l'avis est trop courte. La description de l'avis est trop longue.
Vous ne savez pas quoi écrire ?
Filtres :

Il n’y a aucun avis correspondant à vos critères

Écrit en
English Deutsch polski français русский 中文(简体) Autres
Rédigé par
Possesseurs du jeuAutres
Quand
30 derniers jours90 derniers jours6 derniers moisPeu importeAprès la sortiePendant l'accès anticipé

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

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

Supprimer cet avis ?

Êtes-vous sûr de vouloir supprimer définitivement votre avis sur Human Resource Machine ? Cette action est irréversible.
Êtes-vous sûr de vouloir supprimer définitivement votre note pour Human Resource Machine ? Cette action est irréversible.

Signaler cet avis

Si vous pensez que cet avis contient un contenu inapproprié ou viole nos règles communautaires, veuillez nous indiquer pourquoi.

Informations complémentaires (obligatoire) :

Veuillez fournir au moins caractères.
Veuillez limiter vos informations à caractères.
Oups ! Un problème est survenu. Veuillez réessayer plus tard.

Signaler cet avis

Le signalement a bien été envoyé.
Merci de nous aider à maintenir une communauté respectueuse et sûre.