Pretty game. However, I believe the fonts are bugged for me, which makes some options unreadable. But overall I like the theme. Also, did you write your own engine for that?
Viewing post in Echoes of Silence jam comments
Yes, the texts are unfortunately unpolished. We barely managed to add them all and we didn't have time to fix them up before the deadline.
And yes, we made a very simple powerpoint engine for the game. (If you're interested in some details: We designed a simple scene format on top of JSON, and then with the help of a few libraries, mainly SFML, we needed to make that scene format display something on screen.)