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: March 3, 2021

Yeah it's not actually teaching anything

This game portrays itself as a programing tutor but unless you already know what to do you'll find yourself up a creek without a paddle real fast. There are no instructions beside a quick blurb on how a new command operates (add = add, sub = subtract basic kiddy stuff) other than that you're on your own, and things get complicated real fast. I repeatedly had to look up answers on youtube because they wont even give you a hint on how to reach the answer and there's no way to tell just where the problem with your code lies. Don't get me started with the interface, clunky is underplaying it, the further you get the longer the code and the more loops you need until you're looking at the god of all gordian knots. What little charm this game has will quickly fade as frustration piles up and the soundtrack starts to grate on your senses.


Trouvez-vous ce commentaire utile ?

Posted on: June 3, 2024

sobuy

Possesseur vérifié

Jeux: 283 Avis: 35

Not fun nor educational

This is a programming puzzle game. You are given programming challenges and you have to write a computer program that solves that task. The game has several problems though. The challenges (in the later levels) are all basically staples of programming 101. They are not particularly challenging for expert programmers, and the puzzles lack imagination and force you to write the same logic over and over again with small variations (in one challenge you literally just swap "add" with "sub"). The game has about 40 puzzles, but more than 50% of the game is basically a tutorial that could have been covered in a help page. This is just lazy from the developers: you are getting actually very little "content" - most of the game is "challenges" where the solution is "take this NEW feature (addition, subtraction, etc) and use it to solve the problem in the obvious way". The programming interface is also atrocious. It kinda works fine for very, very small programs, but once things start getting a bit more complicated it becomes unmanageable - you will have lots of arrows pointing everywhere and you can only see like 7 lines of "code" at a time. This is made worse by the fact that the programming "language" only has a handful of constructs - it's "kind of" assembly, you see? - so writing a "if x == y then foo else bar" is 4-6 extra instructions. Writing this the first time is fine, but writing this the 8th time is just annoying and makes the "code" very hard to read. You might be wondering if this is at least educational. It absolutely is not: you spend more time fighting the interface than you do learning stuff, and the challenges are boring. You are not really learning about programming, you are learning about how to beat a (bad) game. In short: stay away from it.


Trouvez-vous ce commentaire utile ?

Posted on: July 30, 2023

Not an easy game

Your brain must be charged up 100% if you want to solve the challenges in this game!


Trouvez-vous ce commentaire utile ?

Posted on: October 17, 2015

All GOOD

New... Good. Let's see... all ok... bit tiresome interface... wait it's for not only keyb users... Good Code ... simple... Good More code .... oh, i have to think... Good What? I could have done that better!!! ... Good ALL GOOD except: - need much more levels :(.


Trouvez-vous ce commentaire utile ?

1
...
...
6
8

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.