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

  4. Pygame RPG Game Design- That Childhood dream of building a

    Jan 23, 2023 · Maybe pygame didn't work for you and that's OK. But generalizing they pygame is a " stay away" is utterly wrong. What im reading between those comment lines seems to me like a poor …

  5. Checking Pygame Version : r/pygame - Reddit

    Oct 25, 2020 · Checking Pygame Version Question: I'm very new to both Python and Pygame. I have Python 3.5.1 32-bits installed on Window and Pygame 1.9.2 Python 3.5 installed as well. But in case …

  6. how do i download pygame? : r/pygame - Reddit

    Oct 5, 2022 · I did it with sudo apt-get install python3-pygame. Python3 was installed anyway because it is needed for some operating system tasks anyway (including part of dpkg which is used by apt-get). …

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

  8. Pygame fullscreen issue : r/pygame - Reddit

    May 19, 2021 · Pygame fullscreen issue Hi, I have this issue with pygame's fullscreen feature. (im using 2.0.1 on windows and ubuntu) On windows : set_mode() with pygame.FULLSCREEN …

  9. what is the best way to learn pygame from 0? : r/pygame - Reddit

    May 21, 2023 · The best way to learn anything is to just go ahead and do it. For pygame, I would say just open your IDE and a youtube tutorial and follow it, it's a good enough start.

  10. What’s the difference between pygame ce and pygame? : r/pygame

    Aug 28, 2023 · Pygame-ce is better maintained and has more active developers. Various performance improvements and features like frects for float enabled rects and the fblits function for faster blitting. …