
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 …
Is PyGame still alive? : r/Python - Reddit
pygame-ce is active, and it's up to the task of implementing most of the sprite based games that older people know from the arcades or consoles like the sega saturn/megadrive. Get the new …
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 …
Which IDE should I use to develop a game in Pygame?
Sep 8, 2021 · VS Code is fine. I used Spyder for developing a pygame application and it was also fine (indeed I really liked it). People do love pycharm and you will get its defenders here. It is …
What are pygame advantages over arcade> - Reddit
Apr 5, 2020 · Pygame 2 is already out to some extent (fully backward compatible with Pygame 1.x). It probably has better performance than Arcade and an abundance of new features that …
PyGame on Reddit
I've just started python and my first project was a platformer game written using pygame. Is there any way I could make this game executable on Windows, so that even people who don't have …
Embedding the Pygame screen into a tkinter window
Jan 18, 2020 · Trying to run this opens two separate windows 1) a blank tk window with the "change speed" button and an other pygame window with colors changing. I am looking for a …
How do I use pygame with Thonny? : r/pygame - Reddit
Mar 9, 2021 · I got pygame recently and I have made a cool game! Reply reply Top 4% Rank by size . More posts you may ...
Advice for using Pygame for iOS games? : r/pygame - Reddit
Oct 3, 2021 · Some of the other replies here suggest that it's not great to start with PyGame if your goal is iOS and from a commercial success perspective I probably agree, but I'm starting …
Questions about music in Pygame : r/pygame - Reddit
Dec 30, 2022 · You have pygame.mixer.init and pygame.mixer.pre_init to control your mixer. You don't want to load sound every frame. pygame.mixer.Sound loads your sound to memory. You …