About 2,010,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 library available …

  2. How to *open* pygame? : r/pygame - Reddit

    Dec 9, 2022 · Pygame is not something to open. It is a module that, once you import it, gives you a suite of functions, etc that make coding games easier. In other words, you "open" it by opening your code …

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

  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 notebook, but both of …

  5. 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, and store that in a …

  6. How do you make your .py game into an .exe file? : r/pygame

    Aug 1, 2021 · Pyinstaller should work. make sure you did it correctly. The right way is as follows: windows key + r type cmd type pip install pyinstaller close command prompt and open library go to …

  7. 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 one with …

  8. pygame window doesn't close : r/pygame - Reddit

    Jun 27, 2020 · So I'm very new to this and I'm currently using python 3.7.7, pygame 1.9.6, and sublime text on Mac. I'm following a simple game tutorial, but the pygame window doesn't close without force …

  9. Python/pygame on an iPad : r/pygame - Reddit

    Nov 20, 2023 · trueIs there any way to code python with pygame on an iPad? I’m not looking to make iOS apps, just wanted to program. I’m in town for the holidays and unfortunately left my laptop at …

  10. What are the biggest ever games made with Python and/or Pygame?

    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 entirely in Python …