About 195,000 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 …

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

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

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

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

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

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

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

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

  10. Is there a way to make the window resize to fit the monitor? : …

    Scaling games is difficult. You can set the screen size to the monitor size using pygame.display.Info () current_w and current_h. You can also use the highest res suggested …

Refresh