I am creating a simple rock paper scissors game. When the player wins or loses, the screen should clear and the words loser or wins appears on the screen. I am able to draw the rock paper scissors; however, it will not clear the screen and draw the new texts. Instead the debugger breaks the program. I am not sure how to fix this issue.