Last updated: Jun 17, 2022

Pygame Advance

There are many advanced concepts that we haven't talked about so far. You will be needing this concept as part of game development. We will be discussing topics here like creating buttons, how using arrow keys you can create fancy patterns, How to move an object etc.
Create the buttons in a game using Pygame
This article explains how we can create buttons in a game using Pygame and how to make them interactive using GUI.
Drawing the design using arrow keys in pygame EASY
In this blog, We will see the theory of Drawing the design using arrow keys in pygame.
Making an object jump in pygame HARD
In this blog, We will see the theory of Making an object jump in pygame.
Adding boundary to an object in pygame
In this article, we will learn how to add boundaries to a game in pygame.
Collision detection in pygame
In this article, we will learn how to detect collisions in pygame.
Creating and controlling Sprites in pygame
This article explains how we can create sprites in Pygame and then how to control them in Pygame.
Add color breezing effect in pygame EASY
In this blog, We will see the theory of Adding color breezing effect in pygame.
Playing audio files in pygame
This article explains how to set up and play audio files in pygame and start and load them using Python