← Back to Projects
Game DevPython

Frenzy Flyer

Python Arcade Game

View on GitHub ↗

About the Project

Frenzy Flyer is a Python arcade game built with Pygame. The player navigates a flying character through an endless stream of obstacles, surviving as long as possible while the difficulty ramps up.

Building this sharpened my understanding of game loop design, frame-rate-independent physics, collision detection, and event-driven programming. A personal project to explore Python beyond data work.

Tech Stack

PythonPygameGame Loop DesignCollision Detection