Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I got stuck on level 2, I think I haven’t understood the rules correctly. What I understood:

1 - the current user to evaluate, with the big avatar, has their own likes and dislikes of properties. It is binary, a property is either liked or disliked. 2 - the bottom-left area shows other profiles that the current user has liked 3 - those liked profiles must all verify the following: have at least 1 property that user likes, and 0 properties that user dislikes 4 - the player’s objective, for each user, is to select for each property if it liked or disliked, then Validate

The problem is that if properties are indeed liked or disliked in a binary way (1), then the wording of rule 3 is odd, as it would be equivalent to liking all the properties of a profile anyway. It would make sense if it was ternary (some properties are not liked nor disliked). In this case I would need to leave both checkboxes blank for some properties, but I’m not sure that’s the base (in level 1, I had to fill everything).

I following the binary logic anyway: I went through every liked profile and looked at all the features (Physical features from the thumbnails, Activity, Various from the description shown via hovering the thumbnails) and deduced that all the features found across those profiles were not disliked, and therefore liked.

In the end I marked all the features displayed on the right as liked and Validated, but it wasn’t the solution.

Am I missing something? Is it a ternary system? I tried that too but it was much harder to reason on (mostly soft deductions)

You are halfway correct. The game is indeed binary. A property is either liked or disliked by the user, and the player has to deduce which is which.

However, the profiles at the bottom-left are just suggestions for the user. The player has to see which one matches with the user, which one does not, and why. With that, the player can see what the profiles have in common and can deduce what the user likes or dislikes.

Hope it’s a bit clearer !

OK so I got the full explanation on a private channel, putting it here for other players:

My rule 2 was wrong. Not all profiles at the bottom are liked.

You have to drag-and-drop each profile avatar onto the current user’s avatar to trigger a like/dislike reaction which will display a heart or broken heart. Using this info, you can deduce the liked/disliked properties.