Pygame This repository consists of step by step guidance for creating a game using pygame. Pygame Axis Representation Pictorial Demostration of Output from each python file in the Games Folder. Step 1 : Just moving a rectangle around the screen with fill. Step 2: Moving a rectangle around the screen without fill. Step 3: Adding background and our character. Step 4: Here I only made the code more organized by using OOP concepts(For better understanding). Step 5: Shooting bullets and fixing the facing issue. Step 6: Creating an Enemy. Step 7: Making Bullets disappear, adding hitboxes, adding score and minor fixes. Setp 8: Displayed Score and added health bar for the Enemy.