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.

7 Billion Humans

in library

4.2/5

( 15 Reviews )

4.2

15 Reviews

English & 9 more
14.9914.99
Why buy on GOG.COM?
DRM FREE. No activation or online connection required to play.
Safety and satisfaction. Stellar support 24/7 and full refunds up to 30 days.
7 Billion Humans
Description
Automate swarms of office workers to solve puzzles inside your very own parallel computer made of people. A thrilling followup to the award winning Human Resource Machine. Now with more humans! THRILLING FEATURES! More puzzles, more humans, more rippling brain muscles - over 60+ levels of programm...
Critics reviews
56 %
Recommend
Kinglink Reviews
3.5/5
Destructoid
7.5/10
Goomba Stomp
7/10
User reviews

4.2/5

( 15 Reviews )

4.2

15 Reviews

{{ review.content.title }}
Product details
2018, Tomorrow Corporation, ...
System requirements
XP or later, 2.0Ghz CPU, 1 GB RAM, graphics card that supports Shader Model 2.0 or greater, Version...
Time to beat
10 hMain
16 h Main + Sides
22 h Completionist
16.5 h All Styles
Description
Automate swarms of office workers to solve puzzles inside your very own parallel computer made of people. A thrilling followup to the award winning Human Resource Machine. Now with more humans!

THRILLING FEATURES!

  • More puzzles, more humans, more rippling brain muscles - over 60+ levels of programming puzzles! 77.777778% more levels than Human Resource Machine.
  • A whole new programming language to enjoy! Where Human Resource Machine was based on Assembly and executed by a single worker, 7 Billion Humans has an all new language that lots of workers can all execute at the same time.
  • You'll be taught everything you need to know. Even useless skills can be put to work!
  • Feeling stressed out? There are now friendly hint and "skip" systems to facilitate your career's ascent.
  • Available in English, French, Italian, German, Spanish, Dutch, Korean, Polish, Brazilian Portuguese, Traditional Chinese, and Russian. With more languages on the way!
  • Incomprehensible cutscenes! You will be delighted and bewildered.
  • Includes a new soundtrack by Kyle Gabler.
  • From the creators of Human Resource Machine, Little Inferno, and World of Goo.

© 2018 Experimental Gameplay Group, LLC

Goodies
soundtrack (FLAC) soundtrack (mp3) soundtrack (OGG)
System requirements
Minimum system requirements:
Why buy on GOG.COM?
DRM FREE. No activation or online connection required to play.
Safety and satisfaction. Stellar support 24/7 and full refunds up to 30 days.
Time to beat
10 hMain
16 h Main + Sides
22 h Completionist
16.5 h All Styles
Game details
Works on:
Windows (7, 8, 10, 11), Linux (Ubuntu 16.04, Ubuntu 18.04), Mac OS X (10.11+)
Release date:
{{'2018-08-23T00:00:00+03:00' | date: 'longDate' : ' +0300 ' }}
Size:
150 MB

Game features

Languages
English
audio
text
Deutsch
audio
text
español
audio
text
français
audio
text
italiano
audio
text
nederlands
audio
text
polski
audio
text
русский
audio
text
中文(繁體)
audio
text
한국어
audio
text
You may like these products
Users also bought
User reviews
Overall most helpful review

Posted on: November 4, 2018

rpushin

Verified owner

Games: 116 Reviews: 1

Not bad, but nowhere near HRM

Nice puzzles, good atmosphere, but... New mechanics ruin it - where first game was quite witty about how to give puzzles with limited number of commands, here you have it all You have shredders and copiers, you can take boxes and check numbers on adjacent spaces, you can set specific items to memory slots to order your employees to get there, you can send messages and react to them... And yet all you get as a result - is clumsy heap of features, which don't really work well together. Most of mechanics are introduced to be completelly dropped out in a couple of levels. This gets really annoying, when you see an interesting solution to given puzzle using some of the commands from previous levels, and simply can't implement it, because in this level those commands are not available. Variety of commands also results in clumsy interface - you need to click through 2-3 menus/submenues to create the command you need. Multiple workers result in more complex debugging situations, and debugger is not powerful enough here. Some of the new commands can yield quite counterintuitive results, and generally work as a magic(e.g. reassignment of memory in case box was destroyed) All in all, where Human Resource Machine was neat, clear, compact and whole. Here you seem to get a result of massive brainstorm - let's do this, and that, and that, and also that - without regard as to how all this would work together.


Is this helpful to you?

Posted on: March 25, 2019

AlaskanEmily

Games: 263 Reviews: 1

OK, not great

Where Human Resource Machine teaches basic programming, 7 Billion Humans teaches basic multithreaded programming. The puzzles are still fairly well thought out, where easy to explain goals become challenging and rewarding to encode as algorithms. The cutscenes are even better than Human Resource Machine, and can even be skipped if you aren't into them. But the actual design seems far less coherent than I had hoped. Some the instructions you can give your workers are simple (listening for a signal, picking up a box in a certain direction, taking a single step), others are extremely complex ideas put into a single magic operation (Pick up the nearest box, give box to the nearest shredder, find the nearest worker). I wish all the instructions were simple building blocks, or that they all were high-level. There are situations where a high-level instruction does almost (but not quite) what you want (find the nearest box larger than the one I am standing over), and now you must essentially re-implementing what was before a single instruction. You also do not have access to all instructions in all later assignments. I guess that in some ways this represents different requirements, but it makes me wish that these were branching assignment paths, and not all in the same line of required assignments. I wish the puzzles were simply more carefully designed to make those omitted instructions less useful instead of just hiding them. The debugger can also become quite cumbersome. In HRM you could rewind one step, but in this game you cannot. If you step once too far, or only notice a certain situation after it has occurred, you cannot rewind to see how it happened. You must instead start over and watch how it occurred. It is also a major issue that you can't always click on a worker to see their state if a worker with a thought bubble is directly in front.


Is this helpful to you?

Posted on: October 9, 2019

chandl34

Verified owner

Games: 1015 Reviews: 1

Fun programming game, not as good as HRM

If you enjoy programming, this may be a good game to check out. However, I'd recommend trying their previous game first. The reason this game falls short is that, unlike the previous game, your data set is no longer fully randomized. In the first game, all solutions should be solved with logic. If you want to beat the size challenge, you make a small but inefficient program. If you want to beat the speed challenge, you make a large but efficient program. In this game, you know the entire level layout ahead of time, so your efficient solutions will involve stuff like: 1) Figuring out who each worker is 2) Telling each worker exactly what to do to complete their job. (i.e. worker #1: go left, pickup, go up, drop) Not only is this tedious, it's not representative of real-life programming. The previous game's challenges will teach you to be a better programmer; this game's challenges will teach you to be a worse one.


Is this helpful to you?

Posted on: January 1, 2019

GregT_314

Verified owner

Games: 1132 Reviews: 45

Coding puzzles done well

7 Billion Humans is a game about learning coding, with a focus on parallel processing - not that it ever admits that. You write instructions, and swarms of little humans execute them simultaneously. If you're smart and lucky, your code achieves the desired result. If not... The coding UI is surprisingly clean and intuitive, and the puzzle designs are good. Probably my only real complaint is that it feels like a game of two worlds. For those who actually know how to code, the later problems feel like actual work. For those who don't, there may not be enough random humorous consequences along the way to get them to stick it through. Nevertheless, it's a solid, highly-professional game, and if "coding puzzles" at all sounds interesting to you, this is what you're looking for.


Is this helpful to you?

Posted on: April 15, 2022

redglyph

Verified owner

Games: 40 Reviews: 11

Fun but missing QoL features, no support

7 Billion Humans is rather fun and very similar to Human Resource Machine. If you like their previous game you should like this one. If you were annoyed by the lack of settings, infamously the music volume, or missing editing features, you will be annoyed in this one too. The developer chose to ignore the many requests. Furthermore, I haven't seen replies in the forums and bug reports were ignored as well. The general idea is using parallel programming with a few simple functions to solve puzzles in a robot-driven corporate setting, and the same dark humour as HRM. Some of the functions are not always available for no obvious reason, some functions have an inconsistent behaviour - much more so than HRM. It's still fun to play though. The size & speed challenges are similar to HRM. Many of them have low records, and when I looked them up I found that they're usually achieved by hacking the game rather than being smart with the given tools, so one should not focus too much on them except to try something different. I would have given a 3 or perhaps even a 4 if the previous issues had been solved. But I'm sensitive to the support, or lack of support, and ignoring them and the bugs is not playing in their favour. Take this game in a sales if you like programming-oriented puzzles.


Is this helpful to you?

1
...
3

Something went wrong. Try refresh page.

This game is waiting for a review. Take the first shot!
{{ item.rating }}
{{ item.percentage }}%
Awaiting more reviews
An error occurred. Please try again later.

Other ratings

Awaiting more reviews

Add a review

Edit a review

Your rating:
Stars and all fields are required
Not sure what to say? Start with this:
  • What kept you playing?
  • What kind of gamer would enjoy this?
  • Was the game fair, tough, or just right?
  • What’s one feature that really stood out?
  • Did the game run well on your setup?
Inappropriate content. Your reviews contain bad language. Inappropriate content. Links are not allowed. Review title is too short. Review title is too long. Review description is too short. Review description is too long.
Not sure what to write?
Filters:

No reviews matching your criteria

Written in
English Deutsch polski français русский 中文(简体) Others
Written by
Verified ownersOthers
Added
Last 30 daysLast 90 daysLast 6 monthsWheneverAfter releaseDuring Early Access

Delete this review?

Are you sure you want to permanently delete your review for 7 Billion Humans? This action cannot be undone.

Report this review

If you believe this review contains inappropriate content or violates our community guidelines, please let us know why.

Additional Details (required):

Please provide at least characters.
Please limit your details to characters.
Oops! Something went wrong. Please try again later.

Report this review

Report has been submitted successfully.
Thank you for helping us maintain a respectful and safe community.