Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pygame

Enemy Not Staying At Original Spot

So I been trying make my enemy move at the same spot while my player moves the camera but it's … Read more Enemy Not Staying At Original Spot

How To Measure Time In Python?

I want to start my program, measure the time when the program starts and then wait some seconds, pu… Read more How To Measure Time In Python?

How To Add A Background Image In Python-pygame

I'm making a game, brickbreaker. I'm tring to add an image on the background, but it doesn&… Read more How To Add A Background Image In Python-pygame

Pygame Window Won't Stay Open

I decided to try and make the snake-eating dot game on my own. I can't make my pygame window st… Read more Pygame Window Won't Stay Open

Pygame: Text Not Appearing

i was following a tutorial and i'm trying to get my text to appear in the screen, here is my co… Read more Pygame: Text Not Appearing

Draw Rectangle Over Texture Opengl

I'm using python 3 with pygame and OpenGL to try to accomplish what I thought it would be a sim… Read more Draw Rectangle Over Texture Opengl

Cmd Pip Displaying Errors Whenever I Try To Install Pygame

I am on a windows 10 system, and I recently installed the latest version of python python 3.7.0. I … Read more Cmd Pip Displaying Errors Whenever I Try To Install Pygame

Using Multiprocessing With Pygame?

I'm trying to separate my input loop from my game logic in my simple snake game that I've m… Read more Using Multiprocessing With Pygame?