Hivemind
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?
Status | Released |
Platforms | Windows, macOS, Linux |
Rating | Rated 3.0 out of 5 stars (2 total ratings) |
Author | anttihaavikko |
Tags | Ludum Dare 42 |
Links | Ludum Dare |
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:
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.