About 18,200,000 results
Open links in new tab
  1. 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 …

  2. 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.

  3. r/pygame on Reddit: How do I make a camera class that allows the …

    Mar 19, 2024 · Hey, I have a few different bits of code that may help -- a simple example , and another example that includes zooming and player input. I've also created a standalone …

  4. Which IDE should I use to develop a game in Pygame? - Reddit

    Sep 8, 2021 · Which IDE should I use to develop a game in Pygame? I want to develop a minigame in Python using the Pygame library. I have tried using PyCharm and Jupyter …

  5. What are pygame advantages over arcade> : r/pygame - Reddit

    Apr 5, 2020 · A minimum pygame loop takes up more lines of code than an Arcade game, but in turn you get more freedom over what is happening when. Also, compared to other libraries like …

  6. 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 …

  7. How do I change the title and icon of my pygame? - Reddit

    May 10, 2021 · The pygame docs mention that some systems don't allow icon changes after the display has been set so you should try moving the #title and icon section above the #create …

  8. How to wait without freezing program? : r/pygame - Reddit

    Feb 26, 2021 · Use pygame.clock, you can create a Clock object and use it to time events. Basically, you can create a Clock object and get the time on the object when an event starts, …

  9. Pygame too slow : r/pygame - Reddit

    Jan 17, 2024 · The pygame.display.flip documentation is lacking, sadly. Awhile ago I had some cython + pygame speed and stuttering issues in a simulation and if i remember correctly, by …

  10. Advice for using Pygame for iOS games? : r/pygame - Reddit

    Oct 3, 2021 · Advice for using Pygame for iOS games? Hi everyone, just joined this sub! I've got a bit of experience developing iOS games via Unity but my passion has always been to make …