WIP: Where are my Keys?!
October 04, 2024
I'm currently working on a 2d point and click puzzle/finding game called Where are my Keys?!. It takes place in a small one bedroom apartment, and each level the player must find all the things to get ready to go (ex: clothes, purse, makeup, etc) and ends with them finding the keys.

Each item is randomly generated in a pile of mess somewhere in the apartment, and there will be a timer for each day/level. If the player can't find every required item and the keys by the timer's end, then they miss their appointment and fail the level.
I also thought of adding the mechanic of finding optional items for extra points/power ups. For example, if you find your glasses, then it will be easier to find the rest of the items (there will be visual hints to where they could be).
I am excited for this project, and thankful for chatGPT's help with the C# coding for it. I distrust AI for nearly anything art related, but I am thankful that it has made coding much more accessible.