Line 154 of App.py needs to be corrected to this: `screen.blit(text, (int(self.windowWidth / 2), int(self.windowHeight / 2)))`
Line 154 of App.py needs to be corrected to this:
screen.blit(text, (int(self.windowWidth / 2), int(self.windowHeight / 2)))