Back to Projects
Coding
Sep 28, 2025
By Zainab Lawal

Python Game Lab

Python Game Lab

Project Overview

An arcade-style space shooter game built entirely in Python using the Pygame library, featuring multiple levels and power-ups.

The Challenge

Implementing smooth sprite collisions and managing the game's frame rate during high-action sequences.

Our Solution

Optimized the game loop and used collision masks for pixel-perfect accuracy.

Watch it in Action