Skip to content

Instantly share code, notes, and snippets.

@stamaniorec
Created October 31, 2015 11:47
Show Gist options
  • Select an option

  • Save stamaniorec/39c6077140cdab4f80ee to your computer and use it in GitHub Desktop.

Select an option

Save stamaniorec/39c6077140cdab4f80ee to your computer and use it in GitHub Desktop.
#pygame initialize
import pygame
pygame.init()
game_display = pygame.display.set_mode((SCREEN_WIDTH,SCREEN_HEIGHT))
pygame.display.set_caption(GAME_CAPTION)
pygame.quit()
quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment