About 50 results
Open links in new tab
  1. 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.

  2. how do i download pygame? : r/pygame - Reddit

    Oct 5, 2022 · I did it with sudo apt-get install python3-pygame. Python3 was installed anyway because it is needed for some operating system tasks anyway (including part of dpkg which is used by apt-get). …

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

  4. What is the difference between Python, PyGame, and Ren'Py ... - Reddit

    Sep 17, 2013 · It's also an engine, written using Python, Pygame, and other languages and libraries, that executes the various languages. The Ren'Py language embeds python in a lot of places. For …

  5. SCREEN TEARING, HELP!!!!! : r/pygame - Reddit

    Jun 9, 2022 · The background is screen tearing BADLY, I was thinking of using vcync = 1, and pygame.display.flip (), but these didn't help. It would be AMAZING if someone could help me out. …

  6. Pygame RPG Game Design- That Childhood dream of building a

    Jan 23, 2023 · Maybe pygame didn't work for you and that's OK. But generalizing they pygame is a " stay away" is utterly wrong. What im reading between those comment lines seems to me like a poor …

  7. what is the best way to learn pygame from 0? : r/pygame - Reddit

    May 21, 2023 · The best way to learn anything is to just go ahead and do it. For pygame, I would say just open your IDE and a youtube tutorial and follow it, it's a good enough start.

  8. What’s the difference between pygame ce and pygame? : r/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 function for faster blitting. …

  9. 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 notebook, but both of …

  10. Getting Multi Line Text Input : r/pygame - Reddit

    Mar 19, 2023 · I wanted to put together a tutorial for taking text input from the player since this was one of the first things I tried to do when I first started learning pygame. This uses the TEXTINPUT event …