I recently started with pygame and im trying to create movement but when I move my rectangle the speed changes at various times. it becomes sl
I’m currently trying to make an interactive button that grows when you hover over it with the mouse. As of right now, all that happens i
I've had python 3 insalled on my system for a few months and have never had an issue importing libraries before. After using pip3 to install pygame, IDLE couldn
The problem I'm just trying to make a game like minecraft, but I just can't add to a vbo from another process. The strange thing is that the logs appear two tim
When I executed the following code, instead of an error it said "Hello from the pygame community. https://www.pygame.org/contribute.html". It would be easier fo
I've been trying to use Pygame on Sublime Text 4 for the longest. But every time I try to import it into Sublime Text it says that there's no module named Pygam
This is a game function from pygame. If user press left (pygame.KEYDOWN.K_LEFT), angle -= 1. Else if user press right (pygame.KEYDOWN.K_RIGHT), angle += 1. 'Eve
I am writing a game in PyGame. But when I want to load images, the background image is not loading up correctly. Also, no error message is sho
Im trying to make a replay button for my game where when you die the game pauses until you press the space bar which resets the game so you can play again. I'm
I am doing a flappy bird PyGame project for a computer science class. I have the main code, but when the bird collides with a pipe or the ground, it just stops.
I'm making a tic-tac-toe game using Pygame. Everything is good except that I don't arrive to make image2 and image3, who correspond to X and O, appear even afte
In my code I was messing around and created code that looked something like this def checkformouseclick(): eventlist = pygame.event.get() for
I have a program that detects mask collisions and moves the player to prevent it overlapping. It program works by moving the player by the dimensions of the are
I created my tensorflow env using conda (MacBook Pro), and installed manually all the tensorflow required packages following the apple developer website: https:
I'm trying to install Pygame. I keep getting the following error. Resolved https://github.com/pygame/pygame.git to commit 3ce0b9ec80ba4f58cf640e3ea2b9ea188b35
This is my first real code project. I am trying to create a Crash gambling project for a math project at School. My current problem is that when I flip my arc i
im very new to code in general so this could be a stupid beginner problem ive searched for things but i couldnt find something useful for me under Problems is t
I'm trying to make a pygame game but I'm having a problem. I want when a character collects a coin, the score will change by one and the coin will disappear. I
I need to rotate a 3D scene or a character using the mouse position: for example, if I move the mouse to the right, I want to turn to the right / the character
New to pygame, and game development in general. This is my main loop and I am trying to blit just a tile selector image on top of the current tile that the mous