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

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

  5. Why isn't pygame window opening? : r/pygame - Reddit

    May 13, 2024 · I have the latest python version and the latest pygame version. The code is below and I'm running on VScode so why isn't this loading? import pygame…

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

  7. r/pygame on Reddit: Apparently you can use pygame on replit, and it ...

    Oct 8, 2021 · Apparently you can use pygame on replit, and it doesn't just fail Moving around an object So replit is a site with browser based bash and python environments. I figured it'd be like trying to run …

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

  9. How can I fully remove a rect with the kill method? : r/pygame - Reddit

    Feb 22, 2021 · When I test for collisions between my player class and enemies sprite group I use the .kill method on the enemies but only the image gets removed and…

  10. import pygame is not working : r/learnpython - Reddit

    May 6, 2022 · What happens when you run python3 -m pygame.examples.aliens (or on Windows, py -m pygame.examples.aliens) Are the results different inside and outside of the IDE? (ex: through the …