Yesterday I worked on the final bit of coding for my project. I added a script to allow the player to exit the game by pressing the “escape” key. To do this, I reused a script from a previous project. Here is a screenshot of that script:
I added the Debug.log to allow me to test the script within the game engine, since it doesn’t actually quit the game or visibly do anything. Adding the debug log shows a message in the inspector when the script runs, allowing me to see that the script is actually working.
Today I decided that I feel my project is finished, so I built the project to allow people to actually play it. I may post the project online or send it to some friends and other students to allow them to play it so I can get feedback.




























