Skip to content

Instantly share code, notes, and snippets.

@nasajpledu
Created September 9, 2021 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nasajpledu/2ed88018ba3cab7b612866eb6994b83b to your computer and use it in GitHub Desktop.
Save nasajpledu/2ed88018ba3cab7b612866eb6994b83b to your computer and use it in GitHub Desktop.
#create the window of specified size in which to display the game
self.game_screen = pygame.display.set_mode((width, height))
#set the game window color to white
self.game_screen.fill(WHITE_COLOR)
pygame.display.set_caption(title)
@SandeshTidake0408
Copy link

SandeshTidake0408 commented Feb 22, 2022

Thank U NASA AND JPL

@LoopedGiraffe
Copy link

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment