Skip to content

fsiddh/Pygame

Repository files navigation

Pygame

This repository consists of step by step guidance for creating a game using pygame.

Pygame Axis Representation

Trulli

Pictorial Demostration of Output from each python file in the Games Folder.

Step 1 :

Just moving a rectangle around the screen with fill.

Trulli


Step 2:

Moving a rectangle around the screen without fill.

Trulli


Step 3:

Adding background and our character.

Trulli


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.

Trulli


Step 6:

Creating an Enemy.

Trulli


Step 7:

Making Bullets disappear, adding hitboxes, adding score and minor fixes.

Trulli

Setp 8:

Displayed Score and added health bar for the Enemy.

Trulli