Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Pygame screen doesn't work

Hello!

I hope anyone can help me.. I'm trying to make a screen for a game on Python/Pygame but it seems as the color doesn’t work. I tried different color variations and get no error when I run it, but the picture on the screen stays the same, somehow "broken".


Does anybody has an idea what is wrong with this window? It should be the color red... for testing..

screen = pygame.display.set_mode( (600, 600) )

screen.fill( (255, 0, 0) )


I'm using mac, if that is of any importance.


Many thanks in advance!

Comments

  • Hi,

    It seems you are running Pygame directly, right? Looks like there are some low-level issues on your system. Maybe it will be more helpful to ask the Pygame community directly, via their mailing list. See here: https://www.pygame.org/wiki/info

    Eduard

    Buy Me A Coffee

Sign In or Register to comment.