# homework # create a method called handle_play_and_credit_buttons() that spawns the play button but also checks for any clicks # when a click is done on the play button, change the game mode to GAME_LIVE. make sure the clicks only get # detected on the play button # do the same for the credits button <- same logic as the play button