Why Use Rectangles? One of the key concepts in pygame is working with rectangles. They allow you to position and
Month: February 2023

Introduction To Shapes Typically a pygame project will contain images and spritesheets, but for simpler shapes we can use the

Creating A Helper Function Pygame doesn’t have built in functionality for drawing text, this is something we have to add

Mouse Input Options Just like keyboard input, there are two different ways to get mouse input: Using the event handler