All Questions
Tagged with pygame graphics-programming
2 questions
0
votes
1
answer
66
views
Possible Framerate Problem using Pygame?
This is the first game I've ever tried to make using Pygame and I am running into some issues displaying the player character and the enemy characters. I have a "main" game file and other ...
2
votes
2
answers
923
views
Help making a visual transition with pygame and NumPy
Perhaps this could be better answered on Stack Overflow, but I thought it would be worth posting here. Right now I'm trying to make visual transitions with pygame's ...