Posted December 14, 2023 by kimj828
Author of documentation: John Kim
Feedback 2:
This feedback session went better as I was able to show something that more closely reflects my vision for the game. I was able to show some loops in being able to enter and exit each game, along with having the player walk to each area. The main things I got from feedback are to finish things up, try and add polish wherever possible, and focus on bringing together the complete gameplay loop.
Devlog 3:
The first task at hand was to tackle the visuals since those will dictate what I need to code after that. I spent time brushing up each room, adding a window in almost all of the rooms to tease the player with the end goal of being able to leave the house. From there, I was able to re-add the escape room ending that I thought was going to be cut in the final version as I was able to integrate it into the flow of the game.
The tasks I needed to do regarding coding and tying the game together were set by what visuals I had placed and what I needed to do to bring everything together. I was worried about some components being more trouble than I thought, but I was able to think of various solutions to trim down the amount of things I needed to code. I was also able to set up a proper GameManager to deal with keeping track of the win conditions of the game. In the end, thanks to taking things one step at a time, I was able to create some solutions, probably not the most fool-proof solutions, and was able to create the flow of the game.
Post-mortem notes:
Successes:
Challenges:
Lessons:
Improvements: