About 2,580,000 results
Open links in new tab
  1. PyGame on Reddit

    Monthly /r/PyGame Showcase - Show us your current project (s)! Please use this thread to showcase your current project (s) using the PyGame library.

  2. Is PyGame still alive? : r/Python - Reddit

    But since such a game development project is on the horizon after all these years, I was wondering if PyGame can still be up for the task with Python 3.x? Or is there a better Python …

  3. What are the biggest ever games made with Python and/or …

    There are lists of games on itch.io that have been tagged as being made with Pygame, and the Pygame site has its own list of games as well. These lists seem to be "games that are made …

  4. Is there a way to make the window resize to fit the monitor? : …

    Scaling games is difficult. You can set the screen size to the monitor size using pygame.display.Info () current_w and current_h. You can also use the highest res suggested …

  5. How do I add multiline text in pygame? : r/pygame - Reddit

    In short: pygame only supports one line of text per surface. But you can write a function that creates the text surfaces and rects from a list of strings, and then blit them to a bigger surface.

  6. r/pygame on Reddit: How do I make an entity move forward …

    Aug 16, 2022 · How do I make an entity move forward relative to the direction its facing? Hello, so the project I am working is non traditional to the standard pygame project as in that its not a …

  7. r/pygame on Reddit: How to host python game on website

    Jun 2, 2022 · Basically you can, recently a package that has also been added to pygame/pygame-web allows you to create all the necessary assets to be able to run a pygame …

  8. What is pygame.SRCALPHA? : r/pygame - Reddit

    Jan 15, 2024 · In pygame.Surface((width, height), pygame.SRCALPHA, 32) the 32 indicates the bit-depth, 32 bits of data per pixel, which is a concept that is slightly above my head but I …

  9. Is PyGame worth using? : r/pygame - Reddit

    Jan 31, 2023 · Is PyGame worth using? Howdy! I'm just going to get to the point. Should I spend my time learning PyGame to make a game? I find that other languages might be easier long …

  10. What was the disagreement that led to pygame-ce? : r/pygame

    Jan 3, 2024 · The direct cause that led to the creation of Pygame CE was the current owner of the pygame Github page (where some people can contribute code to pygame), pygame PyPI …