
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 …
What are pygame advantages over arcade> : r/pygame - Reddit
Apr 5, 2020 · A minimum pygame loop takes up more lines of code than an Arcade game, but in turn you get more freedom over what is happening when. Also, compared to other libraries like …
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.
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 …
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 …
r/pygame on Reddit: How to host python game on website
Jun 2, 2022 · Basically you can, recently a package that has also been added to pygame/pygame-web allows you to create all the necessary assets to be able to run a pygame …
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 …
What are the biggest ever games made with Python and/or …
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 …
mouseclick on a surface (or rect) : r/pygame - Reddit
Jan 6, 2021 · Hi there! You need to define a Rect first, which will look like this button = pygame.Rect (pos_x, pos_x, sizex, sizey) And then you can use button.collidepoint (pos) …
Embeding a pygame window into Tkinter : r/pygame - Reddit
Mar 17, 2023 · It is possible, but a bit more janky since pygame upgraded to SDL2. The current branches to re-enable this feature in pygame-ce are paused because the keyboard events for …