I'm fairly new to python and decided to try PyGame only to find it won't import. line 1, in <module> import pygame ModuleNotFoundError: No module nam
import pygame.display.Display as display class MainDisplay(display): def __init__(self): super.__init__() # creating display X =
I am trying to make a 2D game where the player can walk around with trees. But for some reason when the program tries to place a tree it doesn't appear. I have
I have installed pip and pygame module a few hours ago and when i try to import pygame module in my python import pygame print("well") file i get this error
I'm trying to make a classroom manager that can allow teachers to control the students' device during lesson.(Temporarily displaying a window to 'lock' the scre
I am creating a pygame simulation for planets rotating around the sun and ran into an error code of -805306369 (0xCFFFFFFF). I think I had an application loop b
I have been working on playing midi files within pygame and keep getting faced with this error. Fatal Python error: (pygame parachute) Segmentation Fault Pytho
I am stuck on this. I am trying to output the specific key pressed to the console, but at the moment all of the keys pressed output "2". Help would be greatly a
I don't know much of Python yet, but I'm trying to create an app that controls multiple streams of sound simultaneously (It has to do with binaural beats, noise
So I was testing out pygame and I wanted to draw a simple rectangle. There are no error messages when I run the code but the rectangle doesn't show up in the wi
I'm working on a game with pygame and I have the following directory for it: As you can see, I have an images folder in the package. Now I'm struggling, to get
In python, "Music on or music off" . If user selects "Y" music will play, If user selects "N" I don't want music to play etc. Is this a "if, else type thing? Th
I was trying to make a simple snake game in Python so I installed Pygame using pip install Pygame. After I installed it successfully, I tried importing Pygame b
Is it possible to add a purely python code to python, more specifically in the pygame module, so that it can take direct input from a Controller (XBox One, PS4,
I'm trying to use a sprite sheet, however it only contains images of the character facing right, I want to laterally invert these images when making the charact
Pygame black screen. Pygame just displays a black screen when I run this on vscode. What am I doing wrong? My pygame is just showing a blank screen when I run t
I have made a small space invader game using pygame and I was wondering if I could play it on the browser using pyscript. Is this even possible ? Do I have to r
So, I need help with Pygame for Python 3.6. This is my first semester taking a programming class and, yeah, it's a homework assignment I need help with. I had t
I am working with pygame project and I need to my game cubes will have neon effect. Does pygame have a function to make neon effect or somethink like this: pyga
I'm a beginner, I have really hit a brick wall, and would greatly appreciate any advice someone more advanced can offer. I have been having a number of extreme