Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thanks a lot for the extensive feedback, especially if it didn't hit with you the first time. As these are based on real twitter threads, some of them might be distasteful or unfitting for some. Sadly, I didn't have the time to write anything myself :-/

It's a good feedback that it made you feel like nothing mattered. In general, each choice adds a different data point to your chart and your "AI" is trained on these datapoints:

 

This is the function graph after the first two trainings based on different choices (for speed sake the upper is always picked number 2, the lower always picked number 3). So you can see that the behavior and reaction to the input (x Axis) is completely different between the two. So the development of the patient's values will also be different and based on that also the conversation they have with you.

The waiting time with the patients can be annoying which was the reason I added the fast-forward button. I planned for a more graphical display but given that I had only half the time due to real life, just finishing the core functionality was done ~12 hours before the end... 

In general, the patient's input is based on the three values (it picks only ones that have values close to the current ones) and as your answers change those values, the conversation should differ. Of course, depending on your training they might be similar as well. But what values you get and how they change is based on your decision.


I tried to make this visible with the different text, but I think it shows that I should probably should have put less work into writing text that is 80% similar and rather take a more graphical approach to show that the numbers based on your choices are what matter. In your case, it kinda became like a text autobattler with the feeling that the strategy doesn't matter - which is the opposite of what it should be. 

Thanks for your feedback, it really helps a lot! :)

Thank you for the detailed explanation! It's very interesting to learn the thoughts which went on behind the code. :)

I did miss that there was a fast-forward button, alas. Good to know if I go back and try different choices later.

Is it possible to reach a failure state? Aside from the first day, I always seemed to be doing well according to the boss.

(+1)

In general, each session can have 4 endings:
- All values end up green --> token * high multiplier
- There are no messages that correlate to the current patient values --> no more interest --> token * lower multiplier
- Patient runs out of token --> token * 1
- One of the values goes into the red --> token*0.X (I forgot :D).

In general, you can fail in each session based on your choices during training, but given the current training set, it is easier to not fail. 
The ultimate failure state would be to not have enough money for the bank, which is a bit easer as also a session that ends too fast will allow this.