Global web icon
reddit.com
https://www.reddit.com/r/Python/comments/1crsktg/i…
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 these days?
Global web icon
reddit.com
https://www.reddit.com/r/pygame/
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.
Global web icon
reddit.com
https://www.reddit.com/r/learnpython/comments/pkc4…
Which IDE should I use to develop a game in Pygame? - Reddit
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 these throw errors on execution. Does VS code work normally, or would I have to install extensions? As I am a beginner, i don't want to get into Python's CLI yet.
Global web icon
reddit.com
https://www.reddit.com/r/pygame/comments/zgijce/ho…
How to *open* pygame? : r/pygame - Reddit
Pygame is not something to open. It is a module that, once you import it, gives you a suite of functions, etc that make coding games easier. In other words, you "open" it by opening your code editing environment of choice, typing "import pygane" at the top of your file, and running it to see if it imported correctly. Then look up a YouTube tutorial or something and walk through a simple program.
Global web icon
reddit.com
https://www.reddit.com/r/pygame/comments/ovwnly/ho…
How do you make your .py game into an .exe file? : r/pygame
Pyinstaller should work. make sure you did it correctly. The right way is as follows: windows key + r type cmd type pip install pyinstaller close command prompt and open library go to your project highlight the path displayed at the top and change it to cmd press enter; command prompt should open up type pyinstaller --onefile -w [name of file].py wait for it to finish you can delete any newly ...
Global web icon
reddit.com
https://www.reddit.com/r/pygame/comments/13o36qt/w…
what is the best way to learn pygame from 0? : r/pygame - Reddit
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.
Global web icon
reddit.com
https://www.reddit.com/r/pygame/comments/q0f6uv/ad…
Advice for using Pygame for iOS games? : r/pygame - Reddit
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 one with Python - pure code. Any advice on how to make Python code work with Xcode on building iOS games? I'd rather not learn another language. I only know Python and React.
Global web icon
reddit.com
https://www.reddit.com/r/Python/comments/woihzm/wh…
What are the biggest ever games made with Python and/or Pygame? - Reddit
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 entirely in Python using Pygame". If you loosen your definition of "made with Python and/or Pygame" quite a bit, you start to see a LOT more recognizable titles.
Global web icon
reddit.com
https://www.reddit.com/r/pygame/comments/hgloan/py…
pygame window doesn't close : r/pygame - Reddit
So I'm very new to this and I'm currently using python 3.7.7, pygame 1.9.6, and sublime text on Mac. I'm following a simple game tutorial, but the pygame window doesn't close without force quitting.
Global web icon
reddit.com
https://www.reddit.com/r/pygame/comments/17zsqxf/p…
Python/pygame on an iPad : r/pygame - Reddit
trueIs there any way to code python with pygame on an iPad? I’m not looking to make iOS apps, just wanted to program. I’m in town for the holidays and unfortunately left my laptop at home. All I have is my iPad so I’m hoping there’s a way I can still code while I’m here. Thanks!!