Posts by Deepak Reddy
Author Biographical Info: Not available
In this module, we are going to discuss the collision detection between objects in pygame. This is helpful when we want to less health bar when hit with bullets or when we want to .... Read More
In this module, we are going to learn how to Change Collision HitBox size with Pygame in Python. i.e, if two characters have collided we can make the collision possible using a rec.... Read More
In this module, we are going to discuss how to take input from the keyboard in Pygame in Python. Like moving the character using the arrow keys i.e when we press left arrow the cha.... Read More
In this module, we are going to discuss the blit() method that helps us to draw images, text, characters onto the screen of pygame. When we want to perform operations like drawing .... Read More
In this module, we are going to discuss the creation of pygame.Rect objects and these objects are used for storing rectangular coordinates. The main objective of this is to store a.... Read More
In this module, we are going to discuss the usage of time in pygame using Python. It is one of the important concepts in pygame because major aspects like image movement, music, et.... Read More
In this tutorial, we are going to see how to insert music or sound into our pygame file using Python. We can also play music in Python using Pygame. Before starting let us ensure w.... Read More
In this module, I’m going to discuss the creation of a blank screen in pygame using Python. pygame is an interesting subject for designing personalized user games it follows .... Read More