Answer the question
In order to leave comments, you need to log in
How can I make the game display in a non-windowed way?
I have a pygame game, how do I make it show up not as a window with buttons on top, but as a real game
Answer the question
In order to leave comments, you need to log in
When creating a window, add the line pygame.FULLSCREEN to the end
screen = pygame.display.set_mode((1920, 1080), pygame.FULLSCREEN)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question