About 50 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. 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. Is pygame a good place to start? Or is there something better?

    Dec 4, 2010 · Pygame or anything other libraries are going to make game development go quicker. However, that comes at the expense of you learning a lot about what is going on in the process …

  4. 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 camera class that …

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

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

  7. My experience with Pygame : r/gamedev - Reddit

    Mar 12, 2013 · My experience with Pygame Hello, My name is Nitesh and I have been learning and creating a game in Pygame for last 3 months. A couple of days back, I released my first game …

  8. Pygame Pros/Cons : r/gamedev - Reddit

    Jun 10, 2013 · Pygame is the right tool if Python is the language you know best. Picking an engine/toolkit for hobby or small-scale games is about choosing the tools that you're good with. It will …

  9. How to handle zooming? : r/pygame - Reddit

    Pygame doesn't have that sort of functionality, so you'll have to apply the worldspace transformations yourself while rendering/blitting. Offsetting (position) is as simple as just adding or subtracting the …

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