Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make a screen in pygame

so here i will be giving the most basic and most easy method

import pygame
# initialize pygame
pygame.init()
screen = pygame.display.set_mode((1370, 710))
#1370,710 gives a full screen
 
PREVIOUS NEXT
Tagged: #screen #pygame
ADD COMMENT
Topic
Name
5+9 =