Compare commits

..

No commits in common. "3a5807be5781a9ed4d36bce6cd242905831d18bc" and "7a5fdb6dfb72695ce67c92934a642ad92643781d" have entirely different histories.

View File

@ -6,7 +6,7 @@ class AlienInvasion:
def __init__(self):
"""Initialize game and create resources"""
pygame.init()
self.screen = pygame.display.set_mode((1920, 1080))
self.screen = pygame.display.set_mode((800, 600))
pygame.display.set_caption("Alien Invasion")
def run_game(self):
"""Start main game loop"""