plein écran pygame
infoObject = pygame.display.Info()
pygame.display.set_mode((infoObject.current_w, infoObject.current_h))
Foolish Fowl
infoObject = pygame.display.Info()
pygame.display.set_mode((infoObject.current_w, infoObject.current_h))
screen = pygame.display.set_mode((width, height), pygame.FULLSCREEN)