Wednesday, November 13, 2019

Project 3 Day 8

I made a game over screen. Some issues involved using the write methods to make the visuals of the screen. Some other issues included trying to make sure blocks stopped spawning once the game over screen happened and how to regenerate blocks once the user wants to play again.

I also tried to set up a high score mechanic using a tuple array. One of the biggest issues was that the program made a score of one game into multiple high scores. The issue was I placed the function in the draw method where the tuple would be constantly be changed. So I placed the function to update the high scores into a method that was called once we get a block of a y value of 30.

No comments:

Post a Comment