
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 …
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) …
PyGame on Reddit
Some years ago I created a clone of SuperHexagon in pygame, because I wanted and because.. yes. I enjoyed the process, learned a lot and had fun but now I don't know what to do with it. …
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 …
How do I receive MOUSEBUTTONDOWN just once? : r/pygame
Jun 20, 2023 · That is incorrect. the pygame.event module handles things in a queue of Event objects. Every time the mouse button is clicked it adds two objects to the queue: …
What’s the difference between pygame ce and 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 …
How to host python game on website : r/pygame - Reddit
Jun 2, 2022 · Pygame is not designed for that sort of environment, it uses SDL which is meant to be run natively on a PC. You would find more success using Unity or Godot for creating a …
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 …
Import pygame doesn't work in VisualStudioCode : r/pygame
Aug 22, 2021 · I’m assuming you’ve gotten pygame to work when running it outside of VS code. The problem is that VS code by default is selecting a different interpreter from the one you …
How do you make your .py game into an .exe file? : r/pygame
Aug 1, 2021 · Go to pygame r/pygame. r/pygame. Members Online • Ok_Representative619 ...