About 231,000 results
Open links in new tab
  1. 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 …

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

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

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

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

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

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

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

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

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

Refresh