Update 3: Game Implentation Continues & Main Menu Creation


This week I began by starting to create my Main Menu scene for my game. I added a "Play" button, a "How To Play" button and an "Exit" button. I attached pieces of code to each of these buttons so that they will be able to be clickable by the player with the mouse.  The "Play" button will take the player to the actual game scene itself, the "How To Play" button will provide the player information and controls on how to actually play the game and finally the "Exit" button will shut down the game application. I also added a futuristic neon themed background for the main menu screen to fully show what the game's style is. 

I continued to work on the game implementation, by firstly laying the foundation in the game scene with blocks where each room itself will go and noticed a bug with my first-person player movement, but managed to fix it when realizing there was a syntax error in the player movement script code.

As usual, these changes were then pushed to SourceTree regularly. 

Leave a comment

Log in with itch.io to leave a comment.