A downloadable game for Windows, macOS, and Linux

In Hivemind you are presented with a semi random Reddit post and one top level comment from it. Your goal is to guess whether the shown comment has positive or negative karma. You get points equal to the absolute value of the karma but you will lose the same amount if you fail to answer correctly.

How well do you know your Redditors?

StatusReleased
PlatformsWindows, macOS, Linux
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authoranttihaavikko
TagsLudum Dare 42
LinksLudum Dare

Download

Download
hivemind-win.zip 15 MB
Version 2 Aug 12, 2018
Download
hivemind-osx.zip 22 MB
Version 2 Aug 12, 2018
Download
hivemind-linux.zip 40 MB
Version 2 Aug 12, 2018

Comments

Log in with itch.io to leave a comment.

This game is incredible. One of the best games I’ve ever played on itch. I managed to get a score of 1143 (after about an hour):

Few issues I had:

  • I wish it didn’t show posts from languages other than English/a chosen language:

  • I don’t know if this is just a bug or not but a lot of posts have a question mark instead of an image:

  • I don’t understand what the “Auto” bonus does

Cool, thanks! ❤️ It’s also probably my favourite game of mine and sadly like the least played one. I think the broken image thing might be a gif. 🤔And I have like no recollection of what that bonus is. Guessing by the name, I’d say like a get out of jail free that picks the correct answer, well, automatically.

Curious about how do you implement the Leaderboard in unity?

Source code is available as per Ludum Dare compo rules: https://github.com/anttihaavikko/hivemind

But basically it's just calling a PHP script on my server with all the parameters and the script does the saving to the database.

Sounds good will take a look. Thank you.

I got an error: "The name `Secrets' does not exist in the current context"

Oh yes, that is just a simple file that includes the method for generating the checksum of all the data submitted to prevent easy data manipulation for cheating purposes.