I programmed it from scratch using C# and visual studio. If you want to make similar games with better results try Quest for example, it is an engine for text adventures and its free I think.
LegosDeveloper
3
Posts
2
Topics
9
Followers
A member registered Jul 23, 2020 · View creator page →
Creator of
A mystery and terror text adventure about you, a detective, who must solve a case in a strange house.
Interactive Fiction
Recent community posts
Report your bugs here if you come across them. Please be as detailed as possible with your actions prior to the bug.
Any bugs related to resizing the game's window will be ignore because there's an explicit warning in game that says "Do not resize game's window", this is to prevent visual and possibly game breaking bugs from happening. This includes minimizing the window. The reason why this bugs exists is that for a console game the solutions are a bit difficult to implement and to be honest I don't know how to do it. Maybe in the future I'll try to do something about it.