Skip to main content

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

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.