I really like this kind of style. I used to start with Ren'Py, but it was hard for me to work there, so I switched to Godot, so respect to you for that too. Can I get a fib deck? Line of Trust by Bublik
Viewing post in My first game! Let's play each other's games :)
Thank you so much!! I was actually debating whether to use Ren'Py or Godot at the beginning too haha.
I played your game, I really like the concept, but I honestly had no idea who I was supposed to trust haha. When I enlarged the game window, I found the text a little too small to read clearly.
Also, I’m not sure if I misunderstood the rules. Does the answer have to be a combination of different numbers, or can the same number appear more than once? Everyone gave me a different number, so I entered them in order from top to bottom, but it still wasn’t correct 😭
Really cool idea though!
Thanks for the feedback! I'm relatively new to game development, so I don't know how to make smart NPCs. I did it like this: each NPC has a variable that represents honesty. At first, the honesty % is high, but it can go down or up depending on your relationship with them. You can use different strategies. If both of them give you the same numbers, someone is lying. Or if someone names your number, they're also lying. You have to figure out the password by the method of elimination.